Skip to content

Commit

Permalink
Fix: Rename _bookmarkWorkspaceCache to _workspaceBookmarksCache
Browse files Browse the repository at this point in the history
Renames the internal cache variable `_bookmarkWorkspaceCache` to `_workspaceBookmarksCache` for consistency and clarity.  This change does not affect functionality.
  • Loading branch information
kristijanribaric committed Nov 27, 2024
1 parent 6f8a6e3 commit c0df38c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/browser/base/zen-components/ZenWorkspaces.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ var ZenWorkspaces = new (class extends ZenMultiWindowFeature {

if(clearCache) {
browser.ZenWorkspaces._workspaceCache = null;
browser.ZenWorkspaces._bookmarkWorkspaceCache = null;
browser.ZenWorkspaces._workspaceBookmarksCache = null;
}
let workspaces = await browser.ZenWorkspaces._workspaces();
await browser.ZenWorkspaces.workspaceBookmarks();
Expand Down

0 comments on commit c0df38c

Please sign in to comment.