Frontend: Fix typo in cards.vue (#3545)

mutliple -> multiple
This commit is contained in:
Ikko Eltociear Ashimine 2023-07-15 19:21:32 +09:00 committed by GitHub
parent 7dc02e4288
commit 47e619a828
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -457,7 +457,7 @@ export default {
/** /**
* updating the clipboard does not rerender this component. Because of that * updating the clipboard does not rerender this component. Because of that
* there can be scenarios where the select-icon is missing after a change, * there can be scenarios where the select-icon is missing after a change,
* for example when selecting mutliple elements at once. We therefore * for example when selecting multiple elements at once. We therefore
* force an update to fix that. * force an update to fix that.
*/ */
this.$forceUpdate(); this.$forceUpdate();