Quick select for zone objects
This commit is contained in:
parent
77cbbea967
commit
6c1191ad8b
@ -17,10 +17,18 @@
|
||||
<button
|
||||
@mousedown.stop
|
||||
@click="handleDelete"
|
||||
class="btn-cyan py-1.5 px-[15px] min-w-[100px]"
|
||||
class="btn-bordeaux py-1.5 px-[15px]"
|
||||
:disabled="!isObjectSelected"
|
||||
>
|
||||
Delete
|
||||
<img src="/assets/icons/trashcan.svg" class="w-4 h-4" alt="Delete" />
|
||||
</button>
|
||||
<button
|
||||
@mousedown.stop
|
||||
@click="zoneEditorStore.setSelectedObject(zoneEditorStore.selectedZoneObject?.object)"
|
||||
class="btn-cyan py-1.5 px-[15px]"
|
||||
:disabled="!isObjectSelected"
|
||||
>
|
||||
S
|
||||
</button>
|
||||
<button
|
||||
@mousedown.stop
|
||||
|
Loading…
x
Reference in New Issue
Block a user