mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-27 02:27:53 +01:00
💄
This commit is contained in:
@@ -163,7 +163,7 @@ abstract class AbstractCellRenderer extends Disposable {
|
||||
if (metadataChanged) {
|
||||
this._metadataStatusSpan.textContent = 'Metadata changed';
|
||||
} else {
|
||||
this._metadataStatusSpan.textContent = 'Metadata unchanged';
|
||||
this._metadataStatusSpan.textContent = 'Metadata';
|
||||
}
|
||||
|
||||
this._register(this.notebookEditor.onMouseUp(e => {
|
||||
|
||||
Reference in New Issue
Block a user