dhunt84971 / CalendarNotes

Electron app - Calendar based daily notes (journal) stored in a MySQL or SQLite DB.
http://calendarnotes.org
MIT License
3 stars 1 forks source link

Fix Multi-line Tab Indenting on Document Editor Page #54

Open dhunt84971 opened 3 years ago

dhunt84971 commented 3 years ago

The note editor tab indenting was fixed. This fix needs to be applied to the document editor page. Without it, highlighting a range of text and pressing tab replaces the highlighted text with a tab instead of indenting the selected text.