You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When there is a progression event being updated by a progression event, the entire macro page will freeze up (cannot click on buttons, switch between table views, etc)
Steps to reproduce (optional)
Run the following macro
import{ProgressionHandler}from"https://raw.githubusercontent.com/Lodestone-Team/lodestone-macro-lib/main/events.ts";constprogression=ProgressionHandler.create("title",null);while(true){// cycle through the animation stateprogression.addProgress(0,"test");// sleep for 200msawaitnewPromise((resolve)=>setTimeout(resolve,100));}
Then try to interact with elements on the macro and task page
The text was updated successfully, but these errors were encountered:
Description
When there is a progression event being updated by a progression event, the entire macro page will freeze up (cannot click on buttons, switch between table views, etc)
Steps to reproduce (optional)
Run the following macro
Then try to interact with elements on the macro and task page
The text was updated successfully, but these errors were encountered: