mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
missing editor destroy() calls
This commit is contained in:
parent
22db24509d
commit
251dda3652
@ -345,6 +345,7 @@
|
|||||||
}
|
}
|
||||||
expressionEditor.destroy();
|
expressionEditor.destroy();
|
||||||
testDataEditor.destroy();
|
testDataEditor.destroy();
|
||||||
|
testResultEditor.destroy();
|
||||||
},
|
},
|
||||||
show: function() {}
|
show: function() {}
|
||||||
}
|
}
|
||||||
|
@ -602,10 +602,10 @@
|
|||||||
|
|
||||||
},
|
},
|
||||||
close: function() {
|
close: function() {
|
||||||
// expressionEditor.destroy();
|
|
||||||
if (options.onclose) {
|
if (options.onclose) {
|
||||||
options.onclose();
|
options.onclose();
|
||||||
}
|
}
|
||||||
|
expressionEditor.destroy();
|
||||||
},
|
},
|
||||||
show: function() {}
|
show: function() {}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user