mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: force pointer cursor on copy
This commit is contained in:
@@ -33,6 +33,8 @@
|
||||
</script>
|
||||
|
||||
<span
|
||||
style:display="inline-block"
|
||||
style:cursor="pointer"
|
||||
on:click|preventDefault={handleClick}
|
||||
on:keyup={clickOnEnter}
|
||||
on:mouseenter={() => setTimeout(() => (content = 'Click to copy'))}
|
||||
|
||||
Reference in New Issue
Block a user