Removes a node by id, clears its selection, and emits an action.
id
void removeNode(NodeId id, {int? timestampMs}) { _sceneCommands.removeNode(id, timestampMs: timestampMs); }