Skip to content

Commit 48a3231

Browse files
committed
fix: After response callback fix
1 parent 5b411ea commit 48a3231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MenuItem.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ final public function __construct(
6767

6868
public function changeButton(Closure $callback): static
6969
{
70-
$this->actionButton = $callback($this->actionButton);
70+
$this->actionButton = $callback($this->actionButton->customAttributes(['@mouseenter' => false]));
7171

7272
return $this;
7373
}

0 commit comments

Comments
 (0)