update all our uses of os.popup
This commit is contained in:
parent
917eb821e5
commit
5b808a97b2
5 changed files with 84 additions and 27 deletions
|
|
@ -374,7 +374,12 @@ function watchForDraft() {
|
|||
}
|
||||
|
||||
function MFMWindow() {
|
||||
os.popup(defineAsyncComponent(() => import('@/components/SkMfmWindow.vue')), {}, {}, 'closed');
|
||||
const { dispose } = os.popup(
|
||||
defineAsyncComponent(() => import('@/components/SkMfmWindow.vue')),
|
||||
{},
|
||||
{
|
||||
closed: () => dispose(),
|
||||
});
|
||||
}
|
||||
|
||||
function checkMissingMention() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue