mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2025-02-08 07:48:45 +01:00
Call close confirm when cancel new toot
This commit is contained in:
parent
31398f4cca
commit
ddc33f3f9a
@ -66,7 +66,7 @@
|
||||
</el-button>
|
||||
</div>
|
||||
<span class="text-count">{{ 500 - status.length }}</span>
|
||||
<el-button @click="close">{{ $t('modals.new_toot.cancel') }}</el-button>
|
||||
<el-button @click="closeConfirm(close)">{{ $t('modals.new_toot.cancel') }}</el-button>
|
||||
<el-button type="primary" @click="toot" v-loading="blockSubmit">{{ $t('modals.new_toot.toot') }}</el-button>
|
||||
<div class="clearfix"></div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user