Itablera / accente-ui

A code first note taking tool
MIT License
0 stars 0 forks source link

Catch changes to content better #13

Open Pjore opened 1 month ago

Pjore commented 1 month ago

Currently we use a debounce hook to avoid execute on change to often. However, current implementation steal focus from content editable div if you are not typing fast enough.

Improve by:

Pjore commented 1 month ago

Related to #11