-
-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Timeline Slider Visibility in Status Bar for Certain Documents #423
Conversation
0797bce
to
3f14760
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So it seems that this PR just doesn't check that the shared model has a document_id
anymore. Could you explain why this check was here in the first place, and in which case a shared model may not have a document_id
?
The By removing the check, the timeline slider now works more broadly with all collaborative documents, not just those with a |
Thanks @Meriem-BenIsmail. I was also curious about this check: |
Oh that was first added when I was going to check for the |
This PR resolves an issue where the timeline slider in the status bar was not appearing for certain documents. The problem stemmed from overly restrictive checks in the
isActive
method of thestatusBarTimeline
plugin.