Do not mark workspace dirty when generating names without history

pull/5190/head
Nick O'Leary 2025-06-24 09:58:24 +01:00
parent a1060524d4
commit d95af6acd6
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
1 changed files with 1 additions and 1 deletions

View File

@ -1147,8 +1147,8 @@ RED.view.tools = (function() {
t: 'multi',
events: historyEvents
})
RED.nodes.dirty(true)
}
RED.nodes.dirty(true)
RED.view.redraw()
}
}