зеркало из https://github.com/nextcloud/spreed.git
Use close icon for the button that cancels the operation
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
This commit is contained in:
Родитель
4b27209f20
Коммит
2d1ce3d9f3
|
@ -150,7 +150,8 @@ export default {
|
|||
quote() {
|
||||
if (this.parent) {
|
||||
return this.$store.getters.message(this.token, this.parent)
|
||||
} else return undefined
|
||||
}
|
||||
return undefined
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
|
|
@ -37,7 +37,7 @@ components.
|
|||
<div v-if="isNewMessageFormQuote" class="quote__main__right">
|
||||
<Actions class="quote__main__right__actions">
|
||||
<ActionButton
|
||||
icon="icon-delete"
|
||||
icon="icon-close"
|
||||
:close-after-click="true"
|
||||
@click.stop="handleAbortReply" />
|
||||
</Actions>
|
||||
|
|
Загрузка…
Ссылка в новой задаче