mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -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();
|
return this._model.confirmSave();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public revert(): TPromise<boolean> {
|
||||||
|
return this._textInput.revert();
|
||||||
|
}
|
||||||
|
|
||||||
public get notebookUri(): URI {
|
public get notebookUri(): URI {
|
||||||
return this.resource;
|
return this.resource;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user