Include 'terrains' in selectionCanBeDuplicated

This commit is contained in:
2026-04-18 19:55:37 +02:00
parent 2076ab7c55
commit cd5d9b2ffe

View File

@@ -1690,6 +1690,7 @@ function isTextEntryTarget(target: EventTarget | null): boolean {
function selectionCanBeDuplicated(selection: EditorSelection): boolean {
switch (selection.kind) {
case "brushes":
case "terrains":
case "paths":
case "entities":
case "modelInstances":