additional checkbox for showing guidelines

This commit is contained in:
Kyle
2022-02-21 11:26:51 -08:00
parent c1e947d690
commit da012a60a4
3 changed files with 17 additions and 4 deletions

View File

@@ -2306,6 +2306,7 @@ if (document.querySelector('#lockSetSymbolURL').checked) {
bindInputs('#frame-editor-hsl-hue', '#frame-editor-hsl-hue-slider');
bindInputs('#frame-editor-hsl-saturation', '#frame-editor-hsl-saturation-slider');
bindInputs('#frame-editor-hsl-lightness', '#frame-editor-hsl-lightness-slider');
bindInputs('#show-guidelines', '#show-guidelines-2', true);
// Load / init whatever
loadScript('/js/frames/groupStandard-3.js');