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
HighlightNotePairManager.pairAutomatic() loops though each PageResource
and calls pairAutomatic on it. This loop stops at the 1st error, so if
a pairAutomatic call fails, all subsequent page resources are not paired
automatically.
Also in the commit:
* TODO updated
Cause:
HighlightNotePairManager.pairAutomatic() loops though each PageResource
and calls pairAutomatic on it. This loop stops at the 1st error, so if
a pairAutomatic call fails, all subsequent page resources are not paired
automatically.
This came to light due to the #8 bug. Because that exception
is thrown before, no page resource after that is paired automatically.
Description
Highlights and notes are not getting automatically mapped even on pages with one note and highlight.
The text was updated successfully, but these errors were encountered: