avoid double spaces
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user