mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-03 23:14:13 +00:00 
			
		
		
		
	Improve note auto collapse algorithm
This commit is contained in:
		
							parent
							
								
									b4d85d4f69
								
							
						
					
					
						commit
						1946ff8ed4
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -277,7 +277,7 @@ export default defineComponent({
 | 
			
		|||
			this.connection = os.stream;
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		this.collapsed = this.appearNote.cw == null && this.appearNote.text && (
 | 
			
		||||
		this.collapsed = !this.detail && this.appearNote.cw == null && this.appearNote.text && (
 | 
			
		||||
			(this.appearNote.text.split('\n').length > 9) ||
 | 
			
		||||
			(this.appearNote.text.length > 500)
 | 
			
		||||
		);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue