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
{{ message }}
This repository was archived by the owner on Jul 13, 2025. It is now read-only.
Because ServerStorage doesn't replicate to the client, the plugin has no way to access the tag list in the client view in APS. It thinks there's no tags registered, and so most of the functions of the editor don't work.
Server View
Because RenderStepped doesn't fire on the server, even for plugins, the plugin currently has code that just disables it entirely instead of erroring out. See #44.