fixed the drag issue
This commit is contained in:
parent
3071947c28
commit
5bcb05e0f6
@ -14,7 +14,7 @@ const props = defineProps({
|
||||
:grid="[stepX, stepY]"
|
||||
:default-position="{ x: props.value.x, y: props.value.y }"
|
||||
>
|
||||
<div style="display: flex;">
|
||||
<div>
|
||||
<q-card flat bordered>
|
||||
<q-card-section style="padding: 0">
|
||||
<div class="row items-center no-wrap">
|
||||
|
@ -170,11 +170,12 @@ function richUpdateValue() {
|
||||
</q-card-actions>
|
||||
</q-card>
|
||||
</q-dialog>
|
||||
<div v-for="(item, index) in richTextStatements">
|
||||
<div v-for="(item, index) in richTextStatements" style="display: flex">
|
||||
<TextBox
|
||||
:value="item"
|
||||
v-on:edit="() => (item.text ? richEditStatement(index) : {})"
|
||||
></TextBox>
|
||||
/>
|
||||
|
||||
</div>
|
||||
</q-page-container>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user