MCPcopy Create free account
hub / github.com/openscopeproject/InteractiveHtmlBom / setRedrawOnDrag

Function setRedrawOnDrag

InteractiveHtmlBom/web/render.js:1025–1028  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

1023}
1024
1025function setRedrawOnDrag(value) {
1026 settings.redrawOnDrag = value;
1027 writeStorage("redrawOnDrag", value);
1028}
1029
1030function setBoardRotation(value) {
1031 settings.boardRotation = value * 5;

Callers 1

overwriteSettingsFunction · 0.85

Calls 1

writeStorageFunction · 0.85

Tested by

no test coverage detected