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 61ee26c commit 1111593Copy full SHA for 1111593
src/main/resources/META-INF/resources/primefaces/forms/forms.splitbutton.js
@@ -119,12 +119,6 @@ PrimeFaces.widget.SplitButton = PrimeFaces.widget.BaseWidget.extend({
119
return;
120
}
121
122
- //do nothing if mouse is on button
123
- var target = $(e.target);
124
- if(target.is($this.button)||$this.button.has(target).length > 0) {
125
- return;
126
- }
127
-
128
//hide overlay if mouse is outside of overlay except button
129
var offset = $this.menu.offset();
130
if(e.pageX < offset.left ||
0 commit comments