Skip to content

Prevent extra stat calls when state is the same

Eric Eastwood requested to merge fix-random-calls-to-left-menu-toggle-stat into develop

Prevent extra stat calls when state is the same

We call the toggleLeftMenu action everytime you mouseleave the left-menu. No need to send a stat every time you mouse away. This isn't even accurate because when the left-menu is pinned, it doesn't move anyway.

public/js/vue/left-menu/components/index.vue#L81-83

Merge request reports