Skip to content
This repository was archived by the owner on Sep 26, 2022. It is now read-only.

Commit 00f7197

Browse files
Merge pull request #183 from marekdedic/ListItem-dblclick
Added dblclick event to ListItem
2 parents 94238ff + aad7f0c commit 00f7197

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

packages/api-generator/src/ListItem.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,16 @@
178178
"visibility": "public",
179179
"description": "",
180180
"keywords": []
181+
},
182+
{
183+
"name": "dblclick",
184+
"parent": "div",
185+
"modificators": [],
186+
"locations": null,
187+
"loc": null,
188+
"visibility": "public",
189+
"description": "",
190+
"keywords": []
181191
}
182192
],
183193
"slots": [

packages/svelte-materialify/src/components/List/ListItem.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
use:Ripple={ripple}
5353
on:click={click}
5454
on:click
55+
on:dblclick
5556
{style}>
5657
<slot name="prepend" />
5758
<div class="s-list-item__content">

0 commit comments

Comments
 (0)