Skip to content

Commit

Permalink
Fix: dynamically updating title on save.
Browse files Browse the repository at this point in the history
  • Loading branch information
awcodes committed Aug 12, 2023
1 parent 26a2d12 commit 3be9500
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/dist/filament-sticky-header.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion resources/js/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if (filamentTopbar && filamentMainContent && filamentHeader) {
}

filamentHeader.style.top = (offsetHeight + offsetModifier) + "px";
filamentHeader.setAttribute("wire:ignore", "true");
filamentHeader.setAttribute("wire:ignore.self", "true");
filamentMainContent.classList.add("is-sticky");
},
{
Expand Down

0 comments on commit 3be9500

Please sign in to comment.