fix(frontend): RSSティッカーウィジェットが正しく動作しない問題を修正 (#16498)

* fix: RSSティッカーウィジェットが正しく機能しない問題を修正

* chore: update CHANGELOG.md
This commit is contained in:
yukineko
2025-09-02 10:29:25 +09:00
committed by GitHub
parent ffc481a994
commit 842670e100
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
-
### Client
-
- Fix: RSSティッカーウィジェットが正しく動作しない問題を修正
### Server
-

View File

@@ -31,7 +31,7 @@ import { ref, watch, computed } from 'vue';
import * as Misskey from 'misskey-js';
import { useWidgetPropsManager } from './widget.js';
import type { WidgetComponentEmits, WidgetComponentExpose, WidgetComponentProps } from './widget.js';
import MarqueeText from '@/components/MkMarqueeText.vue';
import MkMarqueeText from '@/components/MkMarqueeText.vue';
import type { FormWithDefault, GetFormResultType } from '@/utility/form.js';
import MkContainer from '@/components/MkContainer.vue';
import { shuffle } from '@/utility/shuffle.js';