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
The goal of this task is to implement the Revision History (RH) feature in the context sample. Although this is an uncommon use case, it represents a scenario that we have not addressed before. The implementation should ensure seamless functionality and logical behavior when Revision History is opened in one of the editors.
There are at least two possible approaches to handle this situation:
Open the Revision History sidebar in all editors simultaneously.
Hide the sidebar in the other editors and use inline annotations instead.
The second option seems more suitable as it is simpler to implement and requires less code.
The text was updated successfully, but these errors were encountered:
Description
The goal of this task is to implement the Revision History (RH) feature in the context sample. Although this is an uncommon use case, it represents a scenario that we have not addressed before. The implementation should ensure seamless functionality and logical behavior when Revision History is opened in one of the editors.
There are at least two possible approaches to handle this situation:
The second option seems more suitable as it is simpler to implement and requires less code.
The text was updated successfully, but these errors were encountered: