mirror of
https://github.com/moku-project/Moku.git
synced 2026-06-13 09:19:56 -05:00
chore: migrated context + series-detail + migrate
This commit is contained in:
@@ -74,7 +74,7 @@
|
||||
$: pos = getPos();
|
||||
</script>
|
||||
|
||||
<div bind:this={el} class="menu" style="left:{pos.left}px;top:{pos.top}px"
|
||||
<div bind:this={el} class="menu" role="menu" style="left:{pos.left}px;top:{pos.top}px"
|
||||
on:contextmenu|preventDefault>
|
||||
{#each items as item, i}
|
||||
{#if "separator" in item}
|
||||
|
||||
Reference in New Issue
Block a user