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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user