You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed when you click on a tron styled knob it triggers $("[data-skin]").on('click') event in demo.js and changes skin completely.
This issue is related to data-skin attribute <input type="text" class="knob" value="80" **data-skin="tron"** data-thickness="0.2" data-width="90" data-height="90" data-fgColor="#3c8dbc" data-readonly="true">
and to the line (1078) in inline.html: if (this.$.data('skin') == 'tron') {
The text was updated successfully, but these errors were encountered:
I noticed when you click on a tron styled knob it triggers
$("[data-skin]").on('click')
event in demo.js and changes skin completely.This issue is related to data-skin attribute
<input type="text" class="knob" value="80" **data-skin="tron"** data-thickness="0.2" data-width="90" data-height="90" data-fgColor="#3c8dbc" data-readonly="true">
and to the line (1078) in inline.html:
if (this.$.data('skin') == 'tron') {
The text was updated successfully, but these errors were encountered: