mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-30 01:36:24 +01:00 
			
		
		
		
	fix(calendar): make it once again possible to show more than one diplayedAttributes at a time.
				
					
				
			Fixes #1747
This commit is contained in:
		| @@ -186,7 +186,7 @@ export default class CalendarView extends ViewMode { | |||||||
|                 if (promotedAttributes) { |                 if (promotedAttributes) { | ||||||
|                     let promotedAttributesHtml = ""; |                     let promotedAttributesHtml = ""; | ||||||
|                     for (const [name, value] of promotedAttributes) { |                     for (const [name, value] of promotedAttributes) { | ||||||
|                         promotedAttributesHtml = /*html*/`\ |                         promotedAttributesHtml = promotedAttributesHtml + /*html*/`\ | ||||||
|                         <div class="promoted-attribute"> |                         <div class="promoted-attribute"> | ||||||
|                             <span class="promoted-attribute-name">${name}</span>: <span class="promoted-attribute-value">${value}</span> |                             <span class="promoted-attribute-name">${name}</span>: <span class="promoted-attribute-value">${value}</span> | ||||||
|                         </div>`; |                         </div>`; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user