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
We have a call that will clear the math list, but it would be good to have a function (on the HTMLDocument class) that accepts a container and removes the math items that are within that container. That way, if a container's contents are replaced (e.g., via innerHTML), then it would be easy to fix up the make list to take that into account.
The text was updated successfully, but these errors were encountered:
We have a call that will clear the math list, but it would be good to have a function (on the HTMLDocument class) that accepts a container and removes the math items that are within that container. That way, if a container's contents are replaced (e.g., via
innerHTML
), then it would be easy to fix up the make list to take that into account.The text was updated successfully, but these errors were encountered: