puter/src/util
Sam Atkins 5b43358219 fix: Only run Component initialization functions once
If the Component gets removed from the DOM and then re-added, it already
has contents, and we don't need to create them again. It also has
already had on_ready called, so that doesn't need to happen again
either.

This fix stops Components duplicating their content elements and
listener callbacks whenever they're moved around the document.
2024-05-10 17:41:01 +01:00
..
Component.js fix: Only run Component initialization functions once 2024-05-10 17:41:01 +01:00
Placeholder.js Add Flexer 2024-05-06 00:02:46 -04:00
TeePromise.js Add otp input at login 2024-05-06 00:02:46 -04:00
ValueHolder.js Make using web components easier 2024-05-06 00:02:46 -04:00