Fix grab file shortcut
This commit is contained in:
@@ -262,7 +262,7 @@ onMount(() => {
|
||||
gap: 5px;
|
||||
}
|
||||
.shortcuts > div {
|
||||
flex: 0 0 12em;
|
||||
flex: 0 0 10em;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
text-align: center;
|
||||
|
@@ -370,7 +370,7 @@ const keyboard_event = evt => {
|
||||
embed_window.toggle()
|
||||
break
|
||||
case "g": // G to grab this file
|
||||
this.grabFile()
|
||||
grab_file()
|
||||
break
|
||||
case "q": // Q to close the window
|
||||
window.close()
|
||||
|
Reference in New Issue
Block a user