mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-10-31 13:01:31 +08:00 
			
		
		
		
	client: Refresh calendar immediately
This commit is contained in:
		
							parent
							
								
									5c326c553c
								
							
						
					
					
						commit
						3a3dae3d02
					
				| @ -234,9 +234,12 @@ export default class CalendarWidget extends RightDropdownButtonWidget { | |||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|     async entitiesReloadedEvent({loadResults}) { |     async entitiesReloadedEvent({loadResults}) { | ||||||
|         if (loadResults.getOptionNames().includes("firstDayOfWeek")) { |         if (!loadResults.getOptionNames().includes("firstDayOfWeek")) { | ||||||
|             this.manageFirstDayOfWeek(); |             return; | ||||||
|         } |         } | ||||||
|  |          | ||||||
|  |         this.manageFirstDayOfWeek(); | ||||||
|  |         this.createMonth(); | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
| } | } | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Elian Doran
						Elian Doran