Update MkPostForm.vue

This commit is contained in:
syuilo 2025-09-24 21:21:39 +09:00
parent d5795b4198
commit 452af7f725
1 changed files with 1 additions and 0 deletions

View File

@ -1271,6 +1271,7 @@ async function schedule() {
title: i18n.ts.schedulePost,
});
if (canceled) return;
if (result.getTime() <= Date.now()) return;
scheduledAt.value = result.getTime();
}