Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HDX/AV: Sequence of events when starting an AV #548

Closed
jteresco opened this issue Jun 9, 2023 · 1 comment
Closed

HDX/AV: Sequence of events when starting an AV #548

jteresco opened this issue Jun 9, 2023 · 1 comment

Comments

@jteresco
Copy link
Contributor

jteresco commented Jun 9, 2023

It seems that these two lines

hdxAV.nextAction = "START";
hdxAV.nextStep(hdxAV.currentAV);

should come after these 4 lines

addBreakpointListeners();
resizePanels();
hdxAVCP.hideEntries();
newMapTileSelected();

to make sure all of the selection cleanup and AV prep is done before we start running the first action.

@MikePlekan
Copy link
Collaborator

I tried a few different maps and AVs, seems to work fine with the swap.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants