0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-30 13:12:40 +00:00

Add a CR.

This commit is contained in:
David Bolack
2024-05-19 11:52:16 -05:00
parent 07f2e8ba4f
commit bacdd65025

View File

@@ -126,6 +126,7 @@ const Editor = createClass({
if(e.keyCode == SCROLLLOCK_KEY) {
liveScroll = !liveScroll;
}
if(!(e.ctrlKey || e.metaKey)) return;
// Handle CTRL-HOME and CTRL-END