We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b411ea commit 48a3231Copy full SHA for 48a3231
src/MenuItem.php
@@ -67,7 +67,7 @@ final public function __construct(
67
68
public function changeButton(Closure $callback): static
69
{
70
- $this->actionButton = $callback($this->actionButton);
+ $this->actionButton = $callback($this->actionButton->customAttributes(['@mouseenter' => false]));
71
72
return $this;
73
}
0 commit comments