diff options
author | bobzel <zzzman@gmail.com> | 2022-06-03 16:02:24 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2022-06-03 16:02:24 -0400 |
commit | ba7824a91da113cc813c58b678719092c96d79a2 (patch) | |
tree | 4b79859da0933b6634afcc66ade3de199e70d33d /src/client/util/CurrentUserUtils.ts | |
parent | 31b2606fa6ac49b0a78e46fcedff05fd2e2366b7 (diff) |
fixed opening closed tabs from Files sidebar to re-use best Alias before making a new alias.
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 2ed6c3cbe..85ad58726 100644 --- a/src/client/util/CurrentUserUtils.ts +++ b/src/client/util/CurrentUserUtils.ts @@ -869,7 +869,7 @@ export class CurrentUserUtils { Doc.AddDocToList(menuBtnDoc, "data", newSubMenuBtnDoc, after, false, !prevSub); } prevSub = params.title; - }) + }); } prev = params.title; }); |