mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	fix search in "view source", closes #3929
This commit is contained in:
		| @@ -222,6 +222,10 @@ class NoteContext extends Component { | ||||
|             return true; | ||||
|         } | ||||
|  | ||||
|         if (this.viewScope.viewMode === 'source') { | ||||
|             return true; | ||||
|         } | ||||
|  | ||||
|         const blob = await this.note.getBlob(); | ||||
|  | ||||
|         const sizeLimit = this.note.type === 'text' | ||||
|   | ||||
		Reference in New Issue
	
	Block a user