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 = {
 | 
			
		||||
	'r': () => reply(),
 | 
			
		||||
	'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(),
 | 
			
		||||
	'c': () => {
 | 
			
		||||
		if (!defaultStore.state.showClipButtonInNoteFooter) return;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -370,7 +370,7 @@ const pleaseLoginContext = computed<OpenOnRemoteOptions>(() => ({
 | 
			
		|||
const keymap = {
 | 
			
		||||
	'r': () => reply(),
 | 
			
		||||
	'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(),
 | 
			
		||||
	'c': () => {
 | 
			
		||||
		if (!defaultStore.state.showClipButtonInNoteFooter) return;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue