mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-01 07:35:57 +09:00
[Client:Mobile] ルートにフォルダを移動できない問題を修正
This commit is contained in:
parent
5aa21a7a5a
commit
e583ffb771
@ -485,7 +485,7 @@
|
|||||||
const dialog = riot.mount(document.body.appendChild(document.createElement('mk-drive-folder-selector')))[0];
|
const dialog = riot.mount(document.body.appendChild(document.createElement('mk-drive-folder-selector')))[0];
|
||||||
dialog.one('selected', folder => {
|
dialog.one('selected', folder => {
|
||||||
this.api('drive/folders/update', {
|
this.api('drive/folders/update', {
|
||||||
parent_id: folder.id,
|
parent_id: folder ? folder.id : null,
|
||||||
folder_id: this.folder.id
|
folder_id: this.folder.id
|
||||||
}).then(folder => {
|
}).then(folder => {
|
||||||
this.cd(folder);
|
this.cd(folder);
|
||||||
|
Loading…
Reference in New Issue
Block a user