Open NikoZBK opened 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
Shouldn't be difficult. Whoever wants to take this on feel free to assign yourself.
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