This commit is contained in:
syuilo
2018-05-30 00:15:32 +09:00
parent 854814c226
commit ef75f12abe
3 changed files with 3 additions and 3 deletions

View File

@@ -52,7 +52,7 @@ export default Vue.extend({
onContextmenu(e) {
this.isContextmenuShowing = true;
contextmenu(e, [{
contextmenu((this as any).os)(e, [{
type: 'item',
text: '%i18n:@contextmenu.move-to-this-folder%',
icon: '%fa:arrow-right%',