Change delay of button display to 0
This commit is contained in:
parent
c117842996
commit
1b8f2e89de
|
@ -47,7 +47,7 @@ async function Select(e) {
|
||||||
case 'dontShowButton':
|
case 'dontShowButton':
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}, 200);
|
}, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
//選択テキストの言語をチェックして返す
|
//選択テキストの言語をチェックして返す
|
||||||
|
|
Loading…
Reference in a new issue