update frontend lib : eslint + typescript - #1815

This commit is contained in:
Laurent GAY
2025-10-23 11:46:17 +02:00
committed by setop
parent bbf78fa198
commit c3e7f03f54
24 changed files with 1939 additions and 1339 deletions

View File

@@ -130,6 +130,7 @@ const move = (event: any, type: any) => {
moving.value = false;
if (cardP.value < -30) {
opened.value = false;
// eslint-disable-next-line no-constant-binary-expression
cardP.value = (-cardH.value ?? 0) - stripe.value;
document.body.style.overflow = "";
emit("closed");