Browse Source

Merge pull request #3414 from break60/1.3.2-release

[Bug][ui]Fix front-end bug #3413
pull/3/MERGE
xingchun-chen 4 years ago committed by GitHub
parent
commit
43eb39767a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/tasks/shell.vue

3
dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/tasks/shell.vue

@ -364,9 +364,10 @@
} }
}, },
mounted () { mounted () {
// Added delay loading in script input box
setTimeout(() => { setTimeout(() => {
this._handlerEditor() this._handlerEditor()
}, 200) }, 350)
}, },
destroyed () { destroyed () {
if (editor) { if (editor) {

Loading…
Cancel
Save