1
0
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:
AkiraFukushima 2018-09-18 00:46:34 +09:00
parent 31398f4cca
commit ddc33f3f9a

View File

@ -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>