Force a redraw after clearing suggested flow on mouse down

This commit is contained in:
Nick O'Leary
2025-10-10 15:47:31 +01:00
parent e85476b925
commit 4173e9a71b

View File

@@ -6725,6 +6725,7 @@ RED.view = (function() {
if (suggestion.clickToApply) {
$(window).on('mousedown.suggestedFlow', function (evnt) {
clearSuggestedFlow();
RED.view.redraw(true);
})
}
}