pietrop / slate-transcript-editor

A React component to make correcting automated transcriptions of audio and video easier and faster. Using the SlateJs editor.
https://pietrop.github.io/slate-transcript-editor
Other
75 stars 33 forks source link

save btn indicator goes away on alignment #44

Closed pietrop closed 3 years ago

pietrop commented 3 years ago

Describe the bug

save btn indicator goes away on alignment might need separate state value for actual save

To Reproduce Steps to reproduce the behavior:

  1. Go to https://pietropassarelli.com/slate-transcript-editor/
  2. Click on text and and some char
  3. notice 💾 btn change color
  4. click ♻️ align btn
  5. See error - 💾 save btn color goes back to normal, but haven't actually saved just aligned.

Expected behavior

align not to trigger save indication

Screenshots

issue savve align

Additional context

Review Save logic in transcript editor component.