We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e3d757 commit d42c31fCopy full SHA for d42c31f
src/views-ui/codeAnalytics/main.ts
@@ -229,6 +229,9 @@ window.addEventListener("load", () =>
229
.find('.custom-start-date-refresh-link')
230
.show();
231
$timeInfo.show();
232
+
233
+ (<any>$this.closest('li.list-item-menu')).superfish('hide');
234
235
publish(new UiMessage.Notify.SetInsightCustomStartTime(codeObjectId, insightType, new Date()));
236
});
237
0 commit comments