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();
|
||||
testDataEditor.destroy();
|
||||
testResultEditor.destroy();
|
||||
},
|
||||
show: function() {}
|
||||
}
|
||||
|
@ -602,10 +602,10 @@
|
||||
|
||||
},
|
||||
close: function() {
|
||||
// expressionEditor.destroy();
|
||||
if (options.onclose) {
|
||||
options.onclose();
|
||||
}
|
||||
expressionEditor.destroy();
|
||||
},
|
||||
show: function() {}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user