-
Notifications
You must be signed in to change notification settings - Fork 204
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correctly select Orphan tab when viewing direct-linked orphan
Previously, tab selection for direct-linked annotations was happening before anchoring was complete—that means that orphaned annotations had not yet been marked as being orphans (`$orphan`). Make sure that direct-linked tab selection is checked any time the direct-linked annotation changes. Also fix a UI confusion in which the "Show All" button would show the count of all annotations in this (direct-linked) state, which is confusing because orphans don't count toward "All annotations" (nor do page notes, FWIW). Fixes #2686
- Loading branch information
1 parent
1ccf10d
commit d7c316e
Showing
4 changed files
with
37 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters