mirror of
https://github.com/stan-smith/FossFLOW.git
synced 2025-12-25 23:49:10 -05:00
fix: resets item controls on drag
This commit is contained in:
@@ -15,6 +15,8 @@ export const Cursor: ModeActions = {
|
||||
items: [mousedownItem],
|
||||
isInitialMovement: true
|
||||
});
|
||||
|
||||
uiState.actions.setItemControls(null);
|
||||
}
|
||||
},
|
||||
mousedown: ({ uiState, scene, isRendererInteraction }) => {
|
||||
|
||||
Reference in New Issue
Block a user