Teleport fix WIP
This commit is contained in:
@ -9,12 +9,7 @@
|
||||
<input @mousedown.stop class="!pl-7 input-field w-full" type="text" name="search" placeholder="Search" v-model="searchQuery" />
|
||||
</div>
|
||||
</div>
|
||||
<img
|
||||
src="/assets/icons/mapEditor/dropdown-chevron.svg"
|
||||
class="w-12 h-12 ml-2 cursor-pointer hover:opacity-80 -rotate-90"
|
||||
alt="Close"
|
||||
@click="mapEditor.setTool('move')"
|
||||
/>
|
||||
<img src="/assets/icons/mapEditor/dropdown-chevron.svg" class="w-12 h-12 ml-2 cursor-pointer hover:opacity-80 -rotate-90" alt="Close" @click="mapEditor.setTool('move')" />
|
||||
</div>
|
||||
<div class="flex">
|
||||
<select class="input-field w-full" name="lists" v-model="mapEditor.drawMode.value" @change="(event: any) => mapEditor.setDrawMode(event.target.value)">
|
||||
|
Reference in New Issue
Block a user