Skip to content

Commit d2e68fb

Browse files
authored
Merge pull request #2297 from shanberg/fix-block-toggle-accidental-drag-error
fix: block toggle shouldn't be draggable
2 parents 6a59451 + e4f94a8 commit d2e68fb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/js/components/Block/Toggle.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ export const Toggle = (props: ToggleProps) => {
1717
className="toggle"
1818
bg="transparent"
1919
aria-label="Block toggle"
20-
draggable={true}
2120
gridArea="toggle"
2221
flexShrink={0}
2322
position='relative'

0 commit comments

Comments
 (0)