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 b6f3344 commit 3206a25Copy full SHA for 3206a25
2 files changed
src/api_block/createApiBtn.js
@@ -38,7 +38,7 @@ define([
38
39
this.createBlockBtnDom = null;
40
this.render();
41
- this.bindBtnDragEvent();
+ // this.bindBtnDragEvent();
42
this.bindApiClickEvent();
43
}
44
src/api_block/createBlockBtn.js
@@ -28,7 +28,7 @@ define([
28
this.name = MapTypeToName(type)
29
30
31
32
this.bindBtnClickEvent();
33
34
0 commit comments