mirror of https://github.com/node-red/node-red.git
parent
12e46deea2
commit
6bc3f82afe
|
@ -724,7 +724,7 @@ RED.editor = (function() {
|
|||
}
|
||||
}
|
||||
}
|
||||
if (editTrayWidthCache[type]) {
|
||||
if (editTrayWidthCache.hasOwnProperty(type)) {
|
||||
trayOptions.width = editTrayWidthCache[type];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue