mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-14 02:06:29 +00:00
Cmd+Sで保存
debug craetedAt
This commit is contained in:
@@ -47,7 +47,7 @@ class HomePage extends React.Component {
|
||||
if (e.keyCode === 27) {
|
||||
detail.handleCancelButtonClick()
|
||||
}
|
||||
if (e.keyCode === 13 && e.metaKey) {
|
||||
if ((e.keyCode === 13 && e.metaKey) || (e.keyCode === 83 && e.metaKey)) {
|
||||
detail.handleSaveButtonClick()
|
||||
}
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user