Преглед на файлове

HUE-7170 [indexes] Analysis popup hidden a bit on non refreshed collection page

Enrico Berti преди 8 години
родител
ревизия
9e009d20a5
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      desktop/libs/indexer/src/indexer/templates/indexes.mako

+ 1 - 1
desktop/libs/indexer/src/indexer/templates/indexes.mako

@@ -963,7 +963,7 @@ ${ assist.assistPanel() }
           top: Math.max(0, originalEvent.pageY + ${ is_embeddable and '48' or '-70'} - $("#fieldAnalysisIndexes").outerHeight() / 2),
           left: originalEvent.pageX
         });
-      });
+      }, 'indexes');
 
       viewModel.fetchIndexes(function () {
         if (options.index) {