Skip to content

Commit

Permalink
Remove legacy showToolbox helper
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Apr 2, 2024
1 parent 632c933 commit 709218e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions client/src/composables/usePanels.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ export function usePanels() {
return true;
});

const showToolbox = computed(() => showPanels.value);

return {
showPanels,
showToolbox,
};
}

0 comments on commit 709218e

Please sign in to comment.