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
(since it is not expected cut models will be reinserted after saving the file)
Also, try to add handler on exiting the IDE to persist Semantic Model (since IDE is not managing semanitc model updates. At the same time, it doesn't make sence to remove temporarily deleted models, becuase the update won't be handled by LMS subscribers (if IDE is exiting))
The text was updated successfully, but these errors were encountered:
- Semantic Identity is cleaned from temporarily deleted elements and Save action is sent to rootModel subscribers
- Updates combination and throttling of Source Model update pushing is moved to Subscriptions (from lms-document-builder)
- Edge case is covered to prevent unnesessary updates from being sent to new subscriber (when new subscription is added while there are some model updates accumulated already, which should not be propagated). The data structure should be optimized though
(since it is not expected cut models will be reinserted after saving the file)
The text was updated successfully, but these errors were encountered: