rename our components - fixes #534
This commit is contained in:
@@ -372,7 +372,7 @@ function watchForDraft() {
|
||||
}
|
||||
|
||||
function MFMWindow() {
|
||||
os.popup(defineAsyncComponent(() => import('@/components/MkMfmWindow.vue')), {}, {}, 'closed');
|
||||
os.popup(defineAsyncComponent(() => import('@/components/SkMfmWindow.vue')), {}, {}, 'closed');
|
||||
}
|
||||
|
||||
function checkMissingMention() {
|
||||
|
||||
Reference in New Issue
Block a user