Skip to content

Commit 3206a25

Browse files
committed
menu dragging operation removed
1 parent b6f3344 commit 3206a25

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/api_block/createApiBtn.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ define([
3838

3939
this.createBlockBtnDom = null;
4040
this.render();
41-
this.bindBtnDragEvent();
41+
// this.bindBtnDragEvent();
4242
this.bindApiClickEvent();
4343
}
4444

src/api_block/createBlockBtn.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ define([
2828
this.name = MapTypeToName(type)
2929
this.createBlockBtnDom = null;
3030
this.render();
31-
this.bindBtnDragEvent();
31+
// this.bindBtnDragEvent();
3232
this.bindBtnClickEvent();
3333
}
3434

0 commit comments

Comments
 (0)