wip
This commit is contained in:
parent
e1d379aa55
commit
5fa695830d
12 changed files with 36 additions and 42 deletions
|
|
@ -66,7 +66,6 @@ import { erase, unique } from '../../prelude/array';
|
|||
import extractMentions from '../../misc/extract-mentions';
|
||||
import getAcct from '../../misc/acct/render';
|
||||
import { formatTimeString } from '../../misc/format-time-string';
|
||||
import { selectDriveFile } from '@/scripts/select-drive-file';
|
||||
import { Autocomplete } from '@/scripts/autocomplete';
|
||||
import { noteVisibilities } from '../../types';
|
||||
import { utils } from '@syuilo/aiscript';
|
||||
|
|
@ -379,7 +378,7 @@ export default defineComponent({
|
|||
},
|
||||
|
||||
chooseFileFromDrive() {
|
||||
selectDriveFile(true).then(files => {
|
||||
os.selectDriveFile(true).then(files => {
|
||||
for (const file of files) {
|
||||
this.attachMedia(file);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue