fix(frontend): RSSティッカーウィジェットが正しく動作しない問題を修正 (#16498)
* fix: RSSティッカーウィジェットが正しく機能しない問題を修正 * chore: update CHANGELOG.md
This commit is contained in:
		
							parent
							
								
									ffc481a994
								
							
						
					
					
						commit
						842670e100
					
				|  | @ -4,7 +4,7 @@ | |||
| - | ||||
| 
 | ||||
| ### Client | ||||
| - | ||||
| - Fix: RSSティッカーウィジェットが正しく動作しない問題を修正 | ||||
| 
 | ||||
| ### Server | ||||
| - | ||||
|  |  | |||
|  | @ -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'; | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue