Skip to content

Commit

Permalink
Merge pull request #20 from awcodes/fix/dynamically-updating-title
Browse files Browse the repository at this point in the history
Fix: dynamically updating title on save.
  • Loading branch information
awcodes authored Aug 12, 2023
2 parents 26a2d12 + 3be9500 commit 9a5ab90
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 9a5ab90

Please sign in to comment.