mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +00:00
Fix Cmd+Left to go to end of line on Mac
This commit is contained in:
committed by
Junyoung Choi
parent
64ca875cfd
commit
64abd564b4
@@ -177,6 +177,9 @@ export default class CodeEditor extends React.Component {
|
||||
}
|
||||
}
|
||||
},
|
||||
'Cmd-Left': function (cm) {
|
||||
cm.execCommand('goLineLeft')
|
||||
},
|
||||
'Cmd-T': function (cm) {
|
||||
// Do nothing
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user