Skip to content

Commit

Permalink
Do a sync-redraw after clearing to ensure clean state
Browse files Browse the repository at this point in the history
  • Loading branch information
knolleary committed Jun 5, 2020
1 parent 299b81f commit b4b2729
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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();
Expand Down

0 comments on commit b4b2729

Please sign in to comment.