Lib: Disable draggable on Button links

This commit is contained in:
2025-02-26 21:20:22 +01:00
parent f63d143ba5
commit f7bb4c7978

View File

@ -77,6 +77,7 @@
: ''} {extraclass}"
{onclick}
{...restProps}
draggable="false"
>
{@render children()}
</a>