Skip to content

Commit d42c31f

Browse files
author
Noam Kfir
committed
Hide menu on click
1 parent 5e3d757 commit d42c31f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/views-ui/codeAnalytics/main.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,9 @@ window.addEventListener("load", () =>
229229
.find('.custom-start-date-refresh-link')
230230
.show();
231231
$timeInfo.show();
232+
233+
(<any>$this.closest('li.list-item-menu')).superfish('hide');
234+
232235
publish(new UiMessage.Notify.SetInsightCustomStartTime(codeObjectId, insightType, new Date()));
233236
});
234237

0 commit comments

Comments
 (0)