Auto refresh model viewer on edits #11
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Is it possible to rebuild the model viewer from the edit text panel without reloading the preview page?
Auto fresh model viewer on editsto Auto refresh model viewer on editsThis has to happen in the js code.
With the hotspots it's probably easy enough for starters, When the json is pushed to the input text it can also be used to add a new button and annotation div to the container.
This is harder (and debatably not desirable) for edits of the input text (i.e., what happens to misformed text). But maybe we can add a refresh button as one of the pieces of #9.