avoid double spaces
This commit is contained in:
parent
8a37ed668e
commit
51b031d3fc
2 changed files with 2 additions and 2 deletions
|
@ -361,7 +361,7 @@ const pleaseLoginContext = computed<OpenOnRemoteOptions>(() => ({
|
||||||
const keymap = {
|
const keymap = {
|
||||||
'r': () => reply(),
|
'r': () => reply(),
|
||||||
'e|a|plus': () => react(),
|
'e|a|plus': () => react(),
|
||||||
'q': () => { if (canRenote.value && !renoted.value && !renoting) renote(defaultStore.state.visibilityOnBoost); },
|
'q': () => { if (canRenote.value && !renoted.value && !renoting) renote(defaultStore.state.visibilityOnBoost); },
|
||||||
'm': () => showMenu(),
|
'm': () => showMenu(),
|
||||||
'c': () => {
|
'c': () => {
|
||||||
if (!defaultStore.state.showClipButtonInNoteFooter) return;
|
if (!defaultStore.state.showClipButtonInNoteFooter) return;
|
||||||
|
|
|
@ -370,7 +370,7 @@ const pleaseLoginContext = computed<OpenOnRemoteOptions>(() => ({
|
||||||
const keymap = {
|
const keymap = {
|
||||||
'r': () => reply(),
|
'r': () => reply(),
|
||||||
'e|a|plus': () => react(),
|
'e|a|plus': () => react(),
|
||||||
'q': () => { if (canRenote.value && !renoted.value && !renoting) renote(defaultStore.state.visibilityOnBoost); },
|
'q': () => { if (canRenote.value && !renoted.value && !renoting) renote(defaultStore.state.visibilityOnBoost); },
|
||||||
'm': () => showMenu(),
|
'm': () => showMenu(),
|
||||||
'c': () => {
|
'c': () => {
|
||||||
if (!defaultStore.state.showClipButtonInNoteFooter) return;
|
if (!defaultStore.state.showClipButtonInNoteFooter) return;
|
||||||
|
|
Loading…
Reference in a new issue