1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Do a sync-redraw after clearing to ensure clean state

This commit is contained in:
Nick O'Leary 2020-06-05 16:56:12 +01:00
parent 299b81f51b
commit b4b2729e96
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

View File

@ -1546,7 +1546,7 @@ RED.nodes = (function() {
defaultWorkspace = null;
initialLoad = null;
RED.nodes.dirty(false);
RED.view.redraw(true);
RED.view.redraw(true, true);
RED.palette.refresh();
RED.workspaces.refresh();
RED.sidebar.config.refresh();