Commit 692182a4488f484d5ac63ba434a0f32341414674
1 parent
fc50504e
Modify file
Showing
1 changed file
with
7 additions
and
0 deletions
src/gxb-ide/ToolBox.js
| ... | ... | @@ -75,6 +75,13 @@ |
| 75 | 75 | $('#stop-recording').show() |
| 76 | 76 | var _this = this; |
| 77 | 77 | _this.readOnly(0) |
| 78 | + | |
| 79 | + setTimeout(function(){ | |
| 80 | + Dir.treeObj.setting.edit.showRenameBtn = false; | |
| 81 | + Dir.treeObj.setting.edit.enable = false; | |
| 82 | + $('.button.edit').hide(); | |
| 83 | + },0) | |
| 84 | + | |
| 78 | 85 | if (typeof _this.options.startCallback == 'function') { |
| 79 | 86 | console.log('startCallback'); |
| 80 | 87 | _this.options.startCallback(); | ... | ... |