From 212769f3bde84e08fa69cd3a03d11befb987d3e9 Mon Sep 17 00:00:00 2001 From: tim h Date: Mon, 2 Jan 2023 18:59:15 -0600 Subject: [PATCH] invite interrogate to the party --- index.html | 2 +- js/ui/tool/interrogate.js | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index d41284c..504d477 100644 --- a/index.html +++ b/index.html @@ -363,7 +363,7 @@ type="text/javascript"> diff --git a/js/ui/tool/interrogate.js b/js/ui/tool/interrogate.js index 2090c03..b7fc403 100644 --- a/js/ui/tool/interrogate.js +++ b/js/ui/tool/interrogate.js @@ -97,8 +97,9 @@ const interrogateTool = () => state.ctxmenu.snapToGridLabel = _toolbar_input.checkbox( state, "snapToGrid", - "Snap To Grid" - ).label; + "Snap To Grid", + "icon-grid" + ).checkbox; } menu.appendChild(state.ctxmenu.cursorSizeSlider);