chore(routing): comment out tether-drop code so vite build succeeds

This commit is contained in:
Jack Westbrook
2025-03-03 09:07:53 +01:00
parent 9d8bcd636f
commit c8996b2dd4
+4 -3
View File
@@ -101,7 +101,8 @@ function cleanupDOM() {
}
// cleanup tether-drop
for (const drop of Drop.drops) {
drop.destroy();
}
// TODO: Vite doesn't like this. Pretty sure the lib is incompatible with Vite.
// for (const drop of Drop.drops) {
// drop.destroy();
// }
}