diff options
author | geireann <geireann.lindfield@gmail.com> | 2021-08-24 23:27:24 -0400 |
---|---|---|
committer | geireann <geireann.lindfield@gmail.com> | 2021-08-24 23:27:24 -0400 |
commit | 685f31eee39ba076c659fb90c5cb9e29d2d0e4dc (patch) | |
tree | f6e40215834974d3692bce12af09f7f461deb860 /src/client/util/CurrentUserUtils.ts | |
parent | bc90c2b624733c7175f9859a0f1fa3040dafe74b (diff) |
Revert "updates (final)"
This reverts commit bc90c2b624733c7175f9859a0f1fa3040dafe74b.
Diffstat (limited to 'src/client/util/CurrentUserUtils.ts')
-rw-r--r-- | src/client/util/CurrentUserUtils.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/util/CurrentUserUtils.ts b/src/client/util/CurrentUserUtils.ts index bae4e3825..20274672a 100644 --- a/src/client/util/CurrentUserUtils.ts +++ b/src/client/util/CurrentUserUtils.ts @@ -1071,6 +1071,7 @@ export class CurrentUserUtils { ignoreClick: ignoreClick, _stayInCollection: true, _hideContextMenu: true, + _lockedPosition: true, system: true, dontUndo: true, title, @@ -1097,6 +1098,7 @@ export class CurrentUserUtils { ignoreClick: ignoreClick, _stayInCollection: true, _hideContextMenu: true, + _lockedPosition: true, system: true, dontUndo: true, title, |