Fix bug of c3ae6f3a4
				
					
				
			This commit is contained in:
		
							parent
							
								
									e2a9a0ff3d
								
							
						
					
					
						commit
						99209d36e1
					
				
					 1 changed files with 6 additions and 6 deletions
				
			
		|  | @ -300,8 +300,8 @@ export function modalMenu(items: any[], src?: HTMLElement, options?: { align?: s | |||
| 				resolve(); | ||||
| 				dispose(); | ||||
| 			}, | ||||
| 		}).then(_dispose => { | ||||
| 			dispose = _dispose; | ||||
| 		}).then(res => { | ||||
| 			dispose = res.dispose; | ||||
| 		}); | ||||
| 	}); | ||||
| } | ||||
|  | @ -318,8 +318,8 @@ export function contextMenu(items: any[], ev: MouseEvent) { | |||
| 				resolve(); | ||||
| 				dispose(); | ||||
| 			}, | ||||
| 		}).then(_dispose => { | ||||
| 			dispose = _dispose; | ||||
| 		}).then(res => { | ||||
| 			dispose = res.dispose; | ||||
| 		}); | ||||
| 	}); | ||||
| } | ||||
|  | @ -337,8 +337,8 @@ export function post(props: Record<string, any>) { | |||
| 				resolve(); | ||||
| 				dispose(); | ||||
| 			}, | ||||
| 		}).then(_dispose => { | ||||
| 			dispose = _dispose; | ||||
| 		}).then(res => { | ||||
| 			dispose = res.dispose; | ||||
| 		}); | ||||
| 	}); | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue