Selaa lähdekoodia

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

Enrico Berti 8 vuotta sitten
vanhempi
commit
9e009d20a5
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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) {