fix: resolve compilation errors, fix lock_scroll path, and enhance DataTable attributes
All checks were successful
Build MIPS Binary / build (push) Successful in 5m27s

This commit is contained in:
spinline
2026-02-12 00:15:17 +03:00
parent d09ecd21b7
commit bbb8e8dc98
5 changed files with 299 additions and 20 deletions

View File

@@ -145,7 +145,7 @@ pub fn ContextMenuHoldAction(
{children()}
</span>
</div>
}
}.into_any()
}
#[derive(Clone)]
@@ -237,7 +237,7 @@ pub fn ContextMenuContent(
let target_id_for_script = ctx.target_id.clone();
view! {
<script src="/hooks/lock_scroll.js"></script>
<script src="/lock_scroll.js"></script>
<div
data-name="ContextMenuContent"
@@ -399,7 +399,7 @@ pub fn ContextMenuContent(
target_id_for_script,
)}
</script>
}
}.into_any()
}
#[component]