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

update for recent change of dev branch

This commit is contained in:
Hiroyasu Nishiyama 2020-03-31 20:32:07 +09:00
parent 08ec04c889
commit fa8236ee2c

View File

@ -4565,7 +4565,8 @@ if (DEBUG_EVENTS) { console.warn("nodeMouseDown", mouse_mode,d); }
if (force) {
activeNodes = [];
activeLinks = [];
redraw();
activeGroups = [];
_redraw();
}
if (updateActive) {
updateActiveNodes();