Forráskód Böngészése

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

Enrico Berti 8 éve
szülő
commit
9e009d20a5

+ 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) {