mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-17 16:42:41 +00:00
Add a CR.
This commit is contained in:
@@ -126,6 +126,7 @@ const Editor = createClass({
|
|||||||
if(e.keyCode == SCROLLLOCK_KEY) {
|
if(e.keyCode == SCROLLLOCK_KEY) {
|
||||||
liveScroll = !liveScroll;
|
liveScroll = !liveScroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!(e.ctrlKey || e.metaKey)) return;
|
if(!(e.ctrlKey || e.metaKey)) return;
|
||||||
|
|
||||||
// Handle CTRL-HOME and CTRL-END
|
// Handle CTRL-HOME and CTRL-END
|
||||||
|
|||||||
Reference in New Issue
Block a user