We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7293127 commit 42afcc7Copy full SHA for 42afcc7
apps/studio/src/views/animator/Animator.tsx
@@ -77,7 +77,7 @@ const Animator = () => {
77
delete_layer: () => animation !== null && animation.deleteKeyframesLayers(),
78
paste_keyframes_defined: () => animation !== null && animation.pasteKeyframes(true),
79
}
80
- }), [animation]))
+ }), [animation]), { blurActiveElement: false })
81
82
useObjectUnderMouse()
83
apps/studio/src/views/modeler/Modeler.tsx
@@ -52,7 +52,7 @@ const Modeler = () => {
52
copy_only_selected: () => project.model.copyCubes(false),
53
paste_world_position: () => project.model.pasteCubes(true),
54
55
- }), [project]))
+ }), [project]), { blurActiveElement: false })
56
57
58
useModelerGumball()
0 commit comments