diff options
author | bobzel <zzzman@gmail.com> | 2024-08-29 23:07:48 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2024-08-29 23:07:48 -0400 |
commit | 4c3a0e041486e6c04b7b35e898bf7d99ae5bb43b (patch) | |
tree | 16188d00f3b9ed4f739564b8cb6f92eb3b2732a4 /src/client/util/CurrentUserUtils.ts | |
parent | 4dd32452ad45ce0ed01fe577eb198a99ccd69754 (diff) |
from last
Diffstat (limited to 'src/client/util/CurrentUserUtils.ts')
-rw-r--r-- | src/client/util/CurrentUserUtils.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/util/CurrentUserUtils.ts b/src/client/util/CurrentUserUtils.ts index ec8898b93..710f3e00a 100644 --- a/src/client/util/CurrentUserUtils.ts +++ b/src/client/util/CurrentUserUtils.ts @@ -161,7 +161,7 @@ export class CurrentUserUtils { static setupAnnoPalette(doc: Doc, field="myAnnos") { const reqdOpts:DocumentOptions = { - title: "Saved Annotations", _xMargin: 0, _layout_showTitle: "title", hidden: false, + title: "Saved Annotations", _xMargin: 0, _layout_showTitle: "title", hidden: false, _chromeHidden: true, _dragOnlyWithinContainer: true, layout_hideContextMenu: true, isSystem: true, _forceActive: true, _layout_autoHeight: true, _width: 500, _height: 300, _layout_fitWidth: true, _columnWidth: 35, ignoreClick: true, _lockedPosition: true, }; |