1
0
mirror of https://github.com/misskey-dev/misskey synced 2024-12-12 05:39:00 +09:00

Merge branch 'develop' into feat-1714

This commit is contained in:
かっこかり 2024-07-12 17:04:47 +09:00 committed by GitHub
commit 362433f76b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,7 +26,7 @@ import copyToClipboard from '@/scripts/copy-to-clipboard.js';
import { showMovedDialog } from '@/scripts/show-moved-dialog.js';
import { embedPage } from '@/config.js';
import { getHTMLElementOrNull } from '@/scripts/get-dom-node-or-null.js';
import { focusParent } from '/scripts/focus.js';
import { focusParent } from '@/scripts/focus.js';
export const openingWindowsCount = ref(0);