mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-05 14:46:03 +02:00
wip
This commit is contained in:
@@ -376,11 +376,9 @@ export default Vue.extend({
|
||||
},
|
||||
|
||||
newWindow(folder) {
|
||||
document.body.appendChild(new MkDriveWindow({
|
||||
propsData: {
|
||||
folder: folder
|
||||
}
|
||||
}).$mount().$el);
|
||||
(this as any).os.new(MkDriveWindow, {
|
||||
folder: folder
|
||||
});
|
||||
},
|
||||
|
||||
move(target) {
|
||||
|
||||
Reference in New Issue
Block a user