• Robert Knight's avatar
    Remove unnecessary array filter · f43663c6
    Robert Knight authored
    Remove a filter callback which always returned true. The first `!ann.id`
    condition is already part of the `store.unsavedAnnotations` logic. The
    second `isHighlight(...)` check did not work properly because the input
    was an annotation stub object with only `id` and `$tag` fields instead
    of the `Annotation` that `isHighlight` expects. For annotation stubs
    with no id, it always returned false.
    
    From a functional perspective the `isHighlight` check was also
    unnecessary. `store.unsavedAnnotations()` only returns IDs of
    annotations which have active drafts, but for highlights no draft is
    created.
    f43663c6
Name
Last commit
Last update
..
AnnotationView-test.js Loading commit data...
AutocompletList-test.js Loading commit data...
Excerpt-test.js Loading commit data...
FilterSelect-test.js Loading commit data...
FilterStatus-test.js Loading commit data...
HelpPanel-test.js Loading commit data...
HypothesisApp-test.js Loading commit data...
LaunchErrorPanel-test.js Loading commit data...
LoggedOutMessage-test.js Loading commit data...
LoginPromptPanel-test.js Loading commit data...
MarkdownEditor-test.js Loading commit data...
MarkdownView-test.js Loading commit data...
Menu-test.js Loading commit data...
MenuItem-test.js Loading commit data...
MenuKeyboardNavigation-test.js Loading commit data...
MenuSection-test.js Loading commit data...
ModerationBanner-test.js Loading commit data...
NotebookFilters-test.js Loading commit data...
NotebookResultCount-test.js Loading commit data...
NotebookView-test.js Loading commit data...
PaginatedThreadList-test.js Loading commit data...
PaginationNavigation-test.js Loading commit data...
SearchInput-test.js Loading commit data...
SelectionTabs-test.js Loading commit data...
ShareAnnotationsPanel-test.js Loading commit data...
ShareLinks-test.js Loading commit data...
SidebarContentError-test.js Loading commit data...
SidebarPanel-test.js Loading commit data...
SidebarView-test.js Loading commit data...
SortMenu-test.js Loading commit data...
StreamSearchInput-test.js Loading commit data...
StreamView-test.js Loading commit data...
TagEditor-test.js Loading commit data...
TagList-test.js Loading commit data...
Thread-test.js Loading commit data...
ThreadCard-test.js Loading commit data...
ThreadList-test.js Loading commit data...
ToastMessages-test.js Loading commit data...
TopBar-test.js Loading commit data...
Tutorial-test.js Loading commit data...
UserMenu-test.js Loading commit data...
VersionInfo-test.js Loading commit data...
slider-test.js Loading commit data...