Skip to content

Commit

Permalink
#13: <lighting> can cause virtual keyboard pop-up
Browse files Browse the repository at this point in the history
  • Loading branch information
justparking authored and scroix committed Apr 1, 2024
1 parent c9b8847 commit 7d271c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodel-webui-js/src/templates.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -1265,7 +1265,7 @@
<!-- lighting -->
<xsl:template match="lighting">
<div><form>
<input type="string" class="form-control spectrum-color-picker" data-arg-source="this">
<input type="button" class="form-control spectrum-color-picker" data-arg-source="this">
<xsl:if test="@event or @action or @join">
<xsl:choose>
<xsl:when test="@join">
Expand Down

0 comments on commit 7d271c2

Please sign in to comment.