Browse Source

HUE-6576 [editor] Closing the result search does not remove the yellow highlighting

Enrico Berti 8 years ago
parent
commit
224f069
1 changed files with 2 additions and 0 deletions
  1. 2 0
      desktop/core/src/desktop/static/desktop/js/jquery.huedatatable.js

+ 2 - 0
desktop/core/src/desktop/static/desktop/js/jquery.huedatatable.js

@@ -149,6 +149,8 @@
           search.hide();
           var $t = self.$table;
           if ($t.data('scrollToRow') != null) {
+            $t.data('scrollToCol', null);
+            $t.data('scrollToRow', null);
             $t.find('.columnSelected').removeClass('columnSelected');
           }
         });