mirror of
https://github.com/node-red/node-red.git
synced 2025-12-27 07:31:07 +01:00
Force a redraw after clearing suggested flow on mouse down
This commit is contained in:
@@ -6725,6 +6725,7 @@ RED.view = (function() {
|
||||
if (suggestion.clickToApply) {
|
||||
$(window).on('mousedown.suggestedFlow', function (evnt) {
|
||||
clearSuggestedFlow();
|
||||
RED.view.redraw(true);
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user