diff options
author | bobzel <zzzman@gmail.com> | 2021-02-17 11:30:42 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-02-17 11:30:42 -0500 |
commit | 90fd1a4c16f5e3875b1ac8f7c78a363b39215a92 (patch) | |
tree | 92d33658bee6320bb33fbde2edaa480c9023c47a /src/client/documents/Documents.ts | |
parent | 1a31f3ae5d1b90deb9888bb4df863079f4837f53 (diff) |
improved fileSysMode for treeView. added dontUndo flag
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index 2d8601dfe..d1a77f2ec 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -111,6 +111,7 @@ export interface DocumentOptions { toolTip?: string; // tooltip to display on hover style?: string; page?: number; + dontUndo?: boolean; // whether button clicks should be undoable (this is set to true for Undo/Redo/and sidebar buttons that open the siebar panel) description?: string; // added for links _viewScale?: number; _overflow?: string; |