mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-23 09:35:39 -05:00
#4441:Remove notebook editor - don't save selected (#4449)
This commit is contained in:
@@ -164,6 +164,10 @@ export class NotebookInput extends EditorInput {
|
||||
return this._model.confirmSave();
|
||||
}
|
||||
|
||||
public revert(): TPromise<boolean> {
|
||||
return this._textInput.revert();
|
||||
}
|
||||
|
||||
public get notebookUri(): URI {
|
||||
return this.resource;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user