fix(toggle): labelText should not be selectable

Fixes #1137
This commit is contained in:
Eric Liu 2022-07-26 07:12:46 -07:00
commit 9339ed0eb4

View file

@ -44,6 +44,7 @@
<div
class:bx--form-item="{true}"
{...$$restProps}
style="{$$restProps['style']}; user-select: none"
on:click
on:mouseover
on:mouseenter