Include 'terrains' in selectionCanBeDuplicated
This commit is contained in:
@@ -1690,6 +1690,7 @@ function isTextEntryTarget(target: EventTarget | null): boolean {
|
|||||||
function selectionCanBeDuplicated(selection: EditorSelection): boolean {
|
function selectionCanBeDuplicated(selection: EditorSelection): boolean {
|
||||||
switch (selection.kind) {
|
switch (selection.kind) {
|
||||||
case "brushes":
|
case "brushes":
|
||||||
|
case "terrains":
|
||||||
case "paths":
|
case "paths":
|
||||||
case "entities":
|
case "entities":
|
||||||
case "modelInstances":
|
case "modelInstances":
|
||||||
|
|||||||
Reference in New Issue
Block a user