Skip to content

Commit

Permalink
remove url from layers panel
Browse files Browse the repository at this point in the history
  • Loading branch information
r03ert0 committed Jun 17, 2024
1 parent dafed56 commit 10ccb64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/public/js/tools/layers.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ window.ToolLayers = { layers : (function() {
rowTemplate: `
<ul class="layer-item">
<li><b><span style="width:70px">layer.name</span></b></li>
<li><span style="width:300px;overflow-wrap:anywhere">layer.url</span></li>
<li><b class="layer-item"> Opacity (%):</b>
<input class="layer-value" value="layer.opacity" onchange="Microdraw.tools.layers.changeOpacity(event)" />
<input type="range" value="layer.opacity" min="0" max="100" oninput="Microdraw.tools.layers.changeOpacity(event)" style="width:100px"/>
Expand Down

0 comments on commit 10ccb64

Please sign in to comment.