Skip to content

Commit

Permalink
Fix filter menu
Browse files Browse the repository at this point in the history
  • Loading branch information
exogen committed Feb 6, 2025
1 parent 43a1aa8 commit 1bc5c59
Show file tree
Hide file tree
Showing 11 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/404.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/404/index.html

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions docs/_next/static/chunks/pages/index-e0ef3b97b90a2e65.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions docs/_next/static/chunks/pages/index-ebc0557df1157d4e.js

This file was deleted.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/gallery/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/CanvasTools.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ export default function CanvasTools() {
data-active={isFilterToolsOpen ? "" : undefined}
aria-label="Filters"
title="Filters"
disabled={!selectionHasImages}
disabled={hasSelection && !selectionHasImages}
onClick={() => {
setFilterToolsOpen((isOpen) => !isOpen);
}}
Expand Down

0 comments on commit 1bc5c59

Please sign in to comment.