Skip to content

Commit 8ec21fc

Browse files
authored
🐛 fix: event 수정
1 parent 596e09d commit 8ec21fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/client/src/widgets/workspace/WorkspaceContent/WorkspaceContent.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ export const WorkspaceContent = () => {
123123
event.type === Blockly.Events.VIEWPORT_CHANGE ||
124124
event.type === Blockly.Events.BLOCK_DRAG ||
125125
event.type === Blockly.Events.BLOCK_FIELD_INTERMEDIATE_CHANGE ||
126+
(event.type === Blockly.Events.BLOCK_MOVE && isBlockLoadingFinish.current) ||
126127
(event.type === Blockly.Events.BLOCK_DELETE && isBlockLoadingFinish.current)
127128
) {
128129
setIsBlockChanged(true);

0 commit comments

Comments
 (0)