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
* Defer the journal page editor to first use to speed up startup
The Journal Editor menu button eagerly resolved its command at startup,
constructing the DevExpress rich-edit editor. Resolve the command on click,
and create the editor on the first EditJournalPageStartedEvent via
JournalPageEditorActivator.
* Update OSPSuite.* to 13.0.132
Pulls in the on-demand skin gallery (OSPSuite.Core#2902), removing the
skin-gallery construction from startup.
* Mark the journal editor activated only after it resolves successfully
If the editor fails to construct, keep the activator subscribed and un-activated
so the next edit retries instead of silently disabling journal editing.
0 commit comments