mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Style the debug window to match the sidebar
This commit is contained in:
@@ -148,7 +148,7 @@
|
||||
|
||||
if (subWindow) {
|
||||
try {
|
||||
subWindow.postMessage(JSON.stringify(o),"*")
|
||||
subWindow.postMessage(o,"*")
|
||||
} catch(err) {
|
||||
console.log(err);
|
||||
}
|
||||
|
Reference in New Issue
Block a user