chore: run prettier [ci skip]

This commit is contained in:
Eric Liu 2020-10-14 15:40:33 -07:00
commit 46c611f638
9 changed files with 37 additions and 30 deletions

View file

@ -9,11 +9,11 @@
* Obtain a reference to the input HTML element
* @type {null | HTMLDivElement} [ref=null]
*/
export let ref = null;
export let ref = null;
</script>
<div
bind:this={ref}
bind:this="{ref}"
role="listbox"
id="menu-{id}"
class:bx--list-box__menu="{true}"