diff options
| author | bobzel <zzzman@gmail.com> | 2020-08-13 17:10:16 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-08-13 17:10:16 -0400 |
| commit | bf057a899766527b11094d93503d4a94981bd301 (patch) | |
| tree | 6b0d31a2cf5778993cf9e6713e5f50ef992446a0 /src/client/documents/Documents.ts | |
| parent | 79f71332082f569fa4af03c3b53c029e81a8e4a6 (diff) | |
fixed import to use _chromeStatus and fixed drag behavior not to make a delegate.
Diffstat (limited to 'src/client/documents/Documents.ts')
| -rw-r--r-- | src/client/documents/Documents.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index 3f0fe4626..42ba4d2c4 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -209,7 +209,6 @@ export interface DocumentOptions { audioEnd?: number; // the time frame where the audio should stop playing border?: string; //for searchbox hovercolor?: string; - showNewButton?: boolean; // used in stacking view to not display the "+ NEW" button } class EmptyBox { |
