Make a selection reload when we create a room
This commit is contained in:
@@ -31,5 +31,8 @@ export function createNewRoomButton(toolbar: PluginToolbar) {
|
||||
roomId.Parent = config;
|
||||
|
||||
ChangeHistoryService.SetWaypoint("Added new room config");
|
||||
|
||||
Selection.Set([]);
|
||||
Selection.Set([room]);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user