Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: include.postload.js

Issue 4786968105844736: Noissue - Don't call unhighlightElements() twice (Closed)
Patch Set: Created April 10, 2015, 11:14 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include.postload.js
===================================================================
--- a/include.postload.js
+++ b/include.postload.js
@@ -362,7 +362,6 @@
if (currentElement)
{
currentElement.removeEventListener("contextmenu", clickHide_elementClickHandler, true);
- unhighlightElements();
Sebastian Noack 2015/04/10 11:17:38 Unfortunatelly, the patch misses some context. Thi
unhighlightElement(currentElement);
currentElement = null;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld