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

Void Tags immediately after <page/> tag should be called at the start of the next page #29

Open
MondayHopscotch opened this issue Nov 21, 2022 · 0 comments

Comments

@MondayHopscotch
Copy link
Member

Currently, all void tags are called as that position is reached, but in the case of certain void tags, this is undesired behavior. Examples are callbacks:

<cb emote=happy/>Hello there<page/><cb emote=mad/>I am now mad

In this example, it is desired that the mad emote callback happens when the second page starts rather than as the first page ends.

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

No branches or pull requests

1 participant