aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2020-08-13 17:10:16 -0400
committerbobzel <zzzman@gmail.com>2020-08-13 17:10:16 -0400
commitbf057a899766527b11094d93503d4a94981bd301 (patch)
tree6b0d31a2cf5778993cf9e6713e5f50ef992446a0 /src/client/documents/Documents.ts
parent79f71332082f569fa4af03c3b53c029e81a8e4a6 (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.ts1
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 {