|
IIRC the Find Duplicates plugin toggles search highlighting and a quick look through its source code finds
config['highlight_search_matches'] = new_state
so that is definitely one culprit, though it also contains code to restore the original highlighting state, presumably that fails in some circumstances.
|