Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion web/dist/libs/editor/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion web/dist/libs/editor/main.js.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions web/libs/editor/src/tools/Brush.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ const _Tool = types
group: 'segmentation',
shortcut: 'B',
smart: true,

// Support the existing unselect behavior until the Magic Wand feature flag is on by default.
// @todo change to false once the Magic Wand is on by default.
unselectRegionOnToolChange: isFF(FF_DEV_4081) ? false : true,
})
.volatile(() => ({
Expand Down