mirror of
https://github.com/shoelace-style/shoelace.git
synced 2026-01-12 11:09:13 +00:00
Add better support for Turbo Drive (#1338)
This commit is contained in:
@@ -55,4 +55,4 @@ function register(tagName: string): Promise<void> {
|
||||
discover(document.body);
|
||||
|
||||
// Listen for new undefined elements
|
||||
observer.observe(document.body, { subtree: true, childList: true });
|
||||
observer.observe(document.documentElement, { subtree: true, childList: true });
|
||||
|
||||
Reference in New Issue
Block a user