File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1+ /* eslint-disable */
2+ /* prettier-ignore */
3+ // @ts -nocheck
4+ // noinspection JSUnusedGlobalSymbols
5+ // Generated by unplugin-auto-import
6+ // biome-ignore lint: disable
7+ export { }
8+ declare global {
9+
10+ }
Original file line number Diff line number Diff line change 106106 }
107107 "
108108 >
109- <template #default =" { openFileSelector } " >
110- <Button variant =" ghost" @click =" openFileSelector()" >
109+ <template #default =" { openFileSelector , uploading } " >
110+ <Button variant =" ghost"
111+ @click =" openFileSelector()"
112+ :disabled =" uploading"
113+ :loading =" uploading" >
111114 <template #icon >
112115 <AttachmentIcon
113116 class =" h-4"
@@ -185,6 +188,7 @@ import {
185188} from " frappe-ui" ;
186189import { useOnboarding } from " frappe-ui/frappe" ;
187190import { computed , nextTick , ref } from " vue" ;
191+ import func from " ../../../vue-temp/vue-editor-bridge" ;
188192
189193const editorRef = ref (null );
190194const showCannedResponseSelectorModal = ref (false );
You can’t perform that action at this time.
0 commit comments