CssLayout's addLayoutClickListener preventing context menu from showing up

Hi y’all,

I noticed that when I tried to right click to inspect an element in one of our Vaadin layouts, it would not open the context menu. I found that this occurs on any CssLayout component that has a LayoutClickListener attached to it by using the method addLayoutClickListener. Has anyone run into this issue too? How did you deal with it?

Thanks,

Mark