only run once
This commit is contained in:
parent
78230a5672
commit
1f6ab7cf47
@ -259,8 +259,13 @@ export const Configure =(config:ConfigurationArgs)=>
|
|||||||
ImportMapReload();
|
ImportMapReload();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
let running = false;
|
||||||
export default async()=>
|
export default async()=>
|
||||||
{
|
{
|
||||||
|
if(running){return};
|
||||||
|
running = true;
|
||||||
|
|
||||||
await ImportMapReload();
|
await ImportMapReload();
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user