Add File System in settings and disable peek if not expandeed
index.htm and index.js and peek.js: - add expand and peek function for peek expand to removeEventListener if not expanded - add peekexp and segvexp in settings to save status (wip) - add File System in settings
This commit is contained in:
@@ -306,9 +306,9 @@
|
||||
<div id="Segments" class="tabcontent">
|
||||
<!--WLEDMM Views-->
|
||||
<div id="segviews">
|
||||
<p class="labels hd">Peek <button class="btn infobtn btn-xs" onclick="expandV(this,gId('canvasPeek'));">v</button></p>
|
||||
<p class="labels hd">Peek ☾ <button class="btn infobtn btn-xs" onclick="eandp(this,gId('canvasPeek'));">v</button></p>
|
||||
<canvas id="canvasPeek"></canvas><br>
|
||||
<p class="labels hd">Segment view <button class="btn infobtn btn-xs" onclick="expandV(this,gId('segvis'));">v</button></p>
|
||||
<p class="labels hd">Segment view ☾ <button class="btn infobtn btn-xs" onclick="expandV(this,gId('segvis'));">v</button></p>
|
||||
<div id="segvis">
|
||||
<canvas id="canvasSegments"></canvas><br>
|
||||
<div class="labels hd" id="MD"></div> <!-- Matrix dimensions -->
|
||||
|
||||
Reference in New Issue
Block a user