Add experimental Search Feature

This commit is contained in:
2024-08-02 01:26:05 +02:00
parent f0426f5225
commit 4778429452
9 changed files with 251 additions and 9 deletions

View File

@@ -25,6 +25,8 @@
export let hoverEffect: boolean = true;
function rotateElement(event: MouseEvent) {
if(!hoverEffect) return;
const x = event.clientX;
const y = event.clientY;