This commit is contained in:
Timothy Jaeryang Baek 2025-09-02 17:03:59 +04:00
parent d01439d144
commit 182408a52e

View file

@ -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') ||
titleGenerating}
required
on:input={changeDebounceHandler}
on:focus={() => {
titleInputFocused = true;
}}