#4441:Remove notebook editor - don't save selected (#4449)

This commit is contained in:
Raj
2019-03-13 14:25:45 -07:00
committed by GitHub
parent 0565162fde
commit 08d4cc9690

View File

@@ -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;
}