diff options
author | srichman333 <sarah_n_richman@brown.edu> | 2023-05-04 10:46:20 -0400 |
---|---|---|
committer | srichman333 <sarah_n_richman@brown.edu> | 2023-05-04 10:46:20 -0400 |
commit | 50876028b994044f2a9426a4efb85a363f0d7168 (patch) | |
tree | 00c3c0ccc93603a980da1cfa13fd6cec331f036d /src/client/documents/Documents.ts | |
parent | d1e4d4a9daae4f037cf8b22e1011d97680a01e27 (diff) |
properties view + sharing manager are consistent, and all text updates properly
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 f5510d7e1..9c67f1f37 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -506,7 +506,7 @@ export namespace Docs { description: '', showCaption: 'description', backgroundColor: 'lightblue', // lightblue is default color for linking dot and link documents text comment area - _removeDropProperties: new List(['isLinkButton']), + // _removeDropsties: new List(['isLinkButton']), }, }, ], |