rthurston1 / Team01-Web-Application-Cherish

For Comp 326 Milestone #2
3 stars 2 forks source link

[FIX] Tab Support for Journal Page #100

Open NikoZBK opened 1 week ago

NikoZBK commented 1 week ago

What to Fix Pressing the tab key inside the journal entry changes focus, when I think it should indent the text inside the journal.

How to Fix It A suggested method of how to fix the problem. Simpler solution Create an event listener for the key down event for the tab key, then prevent the default action from happening.

Additional Details N/A

NikoZBK commented 1 week ago

Shouldn't be difficult. Whoever wants to take this on feel free to assign yourself.