Skip to content

Commit

Permalink
feat: editing filename limit update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravi0529 committed Dec 1, 2024
1 parent 864c234 commit 81f95b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/EditorTitle.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
class="rounded bg-transparent focus-visible:outline focus-visible:outline-2 focus-visible:outline-secondary {editor.fileHandle
? 'border-none border-transparent outline-none outline-transparent'
: ''}"
maxlength={24}
maxlength={54}
readonly={!!editor.fileHandle || readonly}
/>
</form>
Expand Down

0 comments on commit 81f95b0

Please sign in to comment.