forked from bai/curriculum-project-hub
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a463ab48e6 | |||
| d39ebed62e |
@@ -28,7 +28,7 @@
|
|||||||
: 'hover:bg-hover'}"
|
: 'hover:bg-hover'}"
|
||||||
onclick={onselect}
|
onclick={onselect}
|
||||||
ondblclick={onopen}
|
ondblclick={onopen}
|
||||||
oncontextmenu={(e) => { e.preventDefault(); oncontextmenu(e.clientX, e.clientY); }}
|
oncontextmenu={(e) => { e.preventDefault(); e.stopPropagation(); oncontextmenu(e.clientX, e.clientY); }}
|
||||||
title={name}
|
title={name}
|
||||||
>
|
>
|
||||||
<span class="flex h-14 w-14 items-center justify-center">
|
<span class="flex h-14 w-14 items-center justify-center">
|
||||||
|
|||||||
Reference in New Issue
Block a user