mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Ensure message tools stay attached to top-level entry in Debug/Context
Fixes #3180
This commit is contained in:
parent
be7e28af5d
commit
9425548a85
@ -563,7 +563,8 @@ RED.utils = (function() {
|
|||||||
expandPaths: expandPaths,
|
expandPaths: expandPaths,
|
||||||
ontoggle: ontoggle,
|
ontoggle: ontoggle,
|
||||||
exposeApi: exposeApi,
|
exposeApi: exposeApi,
|
||||||
tools: tools
|
// tools: tools // Do not pass tools down as we
|
||||||
|
// keep them attached to the top-level header
|
||||||
}
|
}
|
||||||
).appendTo(row);
|
).appendTo(row);
|
||||||
}
|
}
|
||||||
@ -592,7 +593,8 @@ RED.utils = (function() {
|
|||||||
expandPaths: expandPaths,
|
expandPaths: expandPaths,
|
||||||
ontoggle: ontoggle,
|
ontoggle: ontoggle,
|
||||||
exposeApi: exposeApi,
|
exposeApi: exposeApi,
|
||||||
tools: tools
|
// tools: tools // Do not pass tools down as we
|
||||||
|
// keep them attached to the top-level header
|
||||||
}
|
}
|
||||||
).appendTo(row);
|
).appendTo(row);
|
||||||
}
|
}
|
||||||
@ -647,7 +649,8 @@ RED.utils = (function() {
|
|||||||
expandPaths: expandPaths,
|
expandPaths: expandPaths,
|
||||||
ontoggle: ontoggle,
|
ontoggle: ontoggle,
|
||||||
exposeApi: exposeApi,
|
exposeApi: exposeApi,
|
||||||
tools: tools
|
// tools: tools // Do not pass tools down as we
|
||||||
|
// keep them attached to the top-level header
|
||||||
}
|
}
|
||||||
).appendTo(row);
|
).appendTo(row);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user