Fix bug
This commit is contained in:
		| @@ -62,7 +62,7 @@ export default Vue.extend({ | ||||
|  | ||||
| 		onContextmenu(e) { | ||||
| 			this.isContextmenuShowing = true; | ||||
| 			contextmenu(e, [{ | ||||
| 			contextmenu((this as any).os)(e, [{ | ||||
| 				type: 'item', | ||||
| 				text: '%i18n:@contextmenu.rename%', | ||||
| 				icon: '%fa:i-cursor%', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 syuilo
					syuilo