Revert "fix #114171."

This reverts commit e32e353bfd.
This commit is contained in:
rebornix
2021-01-25 10:43:19 -08:00
parent c708e3d5cf
commit 7468a06012
13 changed files with 44 additions and 140 deletions

View File

@@ -775,7 +775,6 @@ export enum NotebookEditorRevealType {
Default = 0,
InCenter = 1,
InCenterIfOutsideViewport = 2,
AtTop = 3
}
export interface INotebookDocumentShowOptions {