Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1abdd4f

Browse files
fixed dragging component issue
1 parent6205ea8 commit1abdd4f

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

‎client/packages/lowcoder/src/layout/gridLayout.tsx‎

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -127,15 +127,6 @@ class GridLayout extends React.Component<GridLayoutProps, GridLayoutState> {
127127
componentWillUnmount(){
128128
// Cleanup throttled debug function
129129
this.throttleDebug.cancel();
130-
131-
// Clear any remaining dragging data
132-
draggingUtils.clearData();
133-
134-
// Remove any remaining event listeners
135-
if(this.ref.current){
136-
// The event listener is added in the render method using onKeyDown prop
137-
// No need to manually remove it as React handles cleanup
138-
}
139130
}
140131

141132
staticgetDerivedStateFromProps(

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp