Przeglądaj źródła

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

Enrico Berti 8 lat temu
rodzic
commit
224f069

+ 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');
           }
         });