Timothy Jaeryang Baek 5 miesięcy temu
rodzic
commit
182408a52e
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      src/lib/components/notes/NoteEditor.svelte

+ 0 - 1
src/lib/components/notes/NoteEditor.svelte

@@ -978,7 +978,6 @@ Provide the enhanced notes in markdown format. Use markdown syntax for headings,
 								disabled={(note?.user_id !== $user?.id && $user?.role !== 'admin') ||
 								disabled={(note?.user_id !== $user?.id && $user?.role !== 'admin') ||
 									titleGenerating}
 									titleGenerating}
 								required
 								required
-								on:input={changeDebounceHandler}
 								on:focus={() => {
 								on:focus={() => {
 									titleInputFocused = true;
 									titleInputFocused = true;
 								}}
 								}}