invite interrogate to the party
This commit is contained in:
parent
e481e2b3da
commit
212769f3bd
2 changed files with 4 additions and 3 deletions
|
@ -363,7 +363,7 @@
|
|||
type="text/javascript"></script>
|
||||
<script src="js/ui/tool/stamp.js?v=3c07ac8" type="text/javascript"></script>
|
||||
<script
|
||||
src="js/ui/tool/interrogate.js?v=af51c4d"
|
||||
src="js/ui/tool/interrogate.js?v=e579ff1"
|
||||
type="text/javascript"></script>
|
||||
|
||||
<!-- Initialize -->
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue