mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	feat(views/geomap): remove old geo map type
This commit is contained in:
		| @@ -197,7 +197,7 @@ export default class NoteDetailWidget extends NoteContextAwareWidget { | ||||
|         // https://github.com/zadam/trilium/issues/2522 | ||||
|         const isBackendNote = this.noteContext?.noteId === "_backendLog"; | ||||
|         const isSqlNote = this.mime === "text/x-sqlite;schema=trilium"; | ||||
|         const isFullHeightNoteType = ["canvas", "webView", "noteMap", "mindMap", "geoMap", "mermaid"].includes(this.type ?? ""); | ||||
|         const isFullHeightNoteType = ["canvas", "webView", "noteMap", "mindMap", "mermaid"].includes(this.type ?? ""); | ||||
|         const isFullHeight = (!this.noteContext?.hasNoteList() && isFullHeightNoteType && !isSqlNote) | ||||
|             || this.noteContext?.viewScope?.viewMode === "attachments" | ||||
|             || isBackendNote; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user