fix: simplify text pasting in editor and insert a new line after upload placeholder

This commit is contained in:
codytseng 2025-07-11 11:50:35 +08:00
parent 67659a302b
commit 9a5008080a
2 changed files with 5 additions and 11 deletions

View file

@ -53,7 +53,6 @@ export default function Uploader({
style={{ display: 'none' }}
onChange={handleFileChange}
accept={accept}
multiple
/>
</div>
)