Make a selection reload when we create a room
This commit is contained in:
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@@ -47,4 +47,3 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: roblox-build
|
name: roblox-build
|
||||||
path: plugin.rbxm
|
path: plugin.rbxm
|
||||||
compression-level: 0
|
|
||||||
|
|||||||
@@ -31,5 +31,8 @@ export function createNewRoomButton(toolbar: PluginToolbar) {
|
|||||||
roomId.Parent = config;
|
roomId.Parent = config;
|
||||||
|
|
||||||
ChangeHistoryService.SetWaypoint("Added new room config");
|
ChangeHistoryService.SetWaypoint("Added new room config");
|
||||||
|
|
||||||
|
Selection.Set([]);
|
||||||
|
Selection.Set([room]);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user