فهرست منبع

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

Enrico Berti 8 سال پیش
والد
کامیت
224f069
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  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');
           }
         });