refactor(editor): Fix typescript issues in components (no-changelog) (#9580)
This commit is contained in:
@@ -77,7 +77,7 @@ export default defineComponent({
|
||||
methods: {
|
||||
copy(): void {
|
||||
this.$emit('copy');
|
||||
void this.clipboard.copy(this.value);
|
||||
void this.clipboard.copy(this.value ?? '');
|
||||
|
||||
this.showMessage({
|
||||
title: this.toastTitle,
|
||||
|
||||
Reference in New Issue
Block a user