mirror of
https://github.com/mii443/vrclipboard-ime-gui.git
synced 2025-08-22 16:15:32 +00:00
wip
This commit is contained in:
@ -57,7 +57,7 @@ const TsfSettingsModal: React.FC<TsfSettingsModalProps> = ({
|
||||
// 初回チェック
|
||||
checkTsfAvailability();
|
||||
|
||||
// 1秒ごとにチェック(標準的なsetIntervalを使用)
|
||||
// 1秒ごとにチェック
|
||||
intervalId = window.setInterval(checkTsfAvailability, 1000);
|
||||
|
||||
// クリーンアップ関数
|
||||
|
Reference in New Issue
Block a user