diff options
author | bobzel <zzzman@gmail.com> | 2023-05-16 20:41:37 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2023-05-16 20:41:37 -0400 |
commit | d3ecf7bdacd925fcd293a300c53206b12bee8ce9 (patch) | |
tree | 06a9d0f0b5809d2c7b6c1257f93c6bf7e77dbea0 /src/client/documents/Documents.ts | |
parent | 46cf6c823ca8ab628cd8c5bd7fdfe8945344a014 (diff) |
cleaned up UndoStack a bit to be available with the undo/redo buttons (using Long Press).
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index 795d60b48..5aa69e499 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -355,7 +355,7 @@ export class DocumentOptions { cloneFieldFilter?: List<string>; // fields not to copy when the document is clonedclipboard?: Doc; filterBoolean?: string; data_useCors?: boolean; - icon?: string; + icon?: string; // icon used by fonticonbox to render button target?: Doc; // available for use in scripts as the primary target document sourcePanel?: Doc; // panel to display in 'targetContainer' as the result of a button onClick script targetContainer?: Doc; // document whose proto will be set to 'panel' as the result of a onClick click script |