mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	getting rid of attributes like data-note-path in favor of the whole nav state in URLs
This commit is contained in:
		| @@ -114,8 +114,7 @@ function initNoteAutocomplete($el, options) { | ||||
|             .prop("title", "Show recent notes"); | ||||
|  | ||||
|     const $goToSelectedNoteButton = $("<a>") | ||||
|         .addClass("input-group-text go-to-selected-note-button bx bx-arrow-to-right") | ||||
|         .attr("data-action", "note"); | ||||
|         .addClass("input-group-text go-to-selected-note-button bx bx-arrow-to-right"); | ||||
|  | ||||
|     const $sideButtons = $("<div>") | ||||
|         .addClass("input-group-append") | ||||
|   | ||||
		Reference in New Issue
	
	Block a user