Skip to content

Commit 6642e88

Browse files
committed
Update useTiptapEditor.ts
1 parent 7567f71 commit 6642e88

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/twig/src/renderer/features/message-editor/tiptap/useTiptapEditor.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,6 @@ export function useTiptapEditor(options: UseTiptapEditorOptions) {
224224

225225
event.preventDefault();
226226

227-
// Process images asynchronously
228227
(async () => {
229228
for (const item of imageItems) {
230229
const file = item.getAsFile();

0 commit comments

Comments
 (0)