mirror of
https://github.com/node-red/node-red.git
synced 2025-12-27 15:34:26 +01:00
Do not mark workspace dirty when generating names without history
This commit is contained in:
@@ -1147,8 +1147,8 @@ RED.view.tools = (function() {
|
||||
t: 'multi',
|
||||
events: historyEvents
|
||||
})
|
||||
RED.nodes.dirty(true)
|
||||
}
|
||||
RED.nodes.dirty(true)
|
||||
RED.view.redraw()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user