1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-18 03:45:31 +02:00
This commit is contained in:
syuilo
2020-09-05 11:14:42 +09:00
parent 190486d841
commit c399e3151e
73 changed files with 329 additions and 254 deletions

View File

@@ -42,7 +42,7 @@ export class Hpml {
}), ...initLib(this)}, {
in: (q) => {
return new Promise(ok => {
vm.$root.dialog({
vm.$root.showDialog({
title: q,
input: {}
}).then(({ canceled, result: a }) => {