Do not check the type editors

pull/5170/head
GogoVega 2025-06-19 16:41:34 +02:00
parent 07d6c4e582
commit a25595765f
No known key found for this signature in database
GPG Key ID: E1E048B63AC5AC2B
1 changed files with 0 additions and 1 deletions

View File

@ -2263,7 +2263,6 @@ RED.editor = (function() {
function showTypeEditor(type, options) { function showTypeEditor(type, options) {
if (customEditTypes.hasOwnProperty(type)) { if (customEditTypes.hasOwnProperty(type)) {
if (editStack.find((item) => Object.keys(item).length === 1 && item.type === type)) { return }
if (editStack.length > 0) { if (editStack.length > 0) {
options.parent = editStack[editStack.length-1].id; options.parent = editStack[editStack.length-1].id;
} }