fix(ui): disable the delete button during PNG export
This commit is contained in:
@@ -57,7 +57,12 @@ function confirmDelete() {
|
|||||||
>
|
>
|
||||||
Download
|
Download
|
||||||
</button>
|
</button>
|
||||||
<button class="btn btn-ghost btn-sm" title="Delete this plan" @click="confirmingDelete = true">
|
<button
|
||||||
|
class="btn btn-ghost btn-sm"
|
||||||
|
:disabled="busy"
|
||||||
|
title="Delete this plan"
|
||||||
|
@click="confirmingDelete = true"
|
||||||
|
>
|
||||||
🗑
|
🗑
|
||||||
</button>
|
</button>
|
||||||
</header>
|
</header>
|
||||||
|
|||||||
Reference in New Issue
Block a user