bugfixes
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
density="compact" hide-details variant="outlined" label="Skew" step="10"
|
||||
:color="color" :base-color="color">
|
||||
<template v-slot:prepend>
|
||||
<v-btn icon="mdi-scale-balance" variant="plain" @click="builder.skew=0"/>
|
||||
<v-btn icon="mdi-scale-balance" variant="plain" @click="builder.skew=0; adjustShapes()" :color="color"/>
|
||||
</template>
|
||||
</v-text-field>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user