From 8e158eea64a5f2c7e25c27a8ed79b6bbe704a6d3 Mon Sep 17 00:00:00 2001 From: agriyadev5 Date: Mon, 30 Aug 2021 18:02:02 +0530 Subject: [PATCH] #631 reverted --- src/editor/MainMenu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/editor/MainMenu.js b/src/editor/MainMenu.js index 66fb573c..aa4f2ebf 100644 --- a/src/editor/MainMenu.js +++ b/src/editor/MainMenu.js @@ -120,7 +120,7 @@ class MainMenu { this.editor.configObj.curConfig.snappingStep = gridsnappingstep; this.editor.configObj.curConfig.gridColor = gridcolor; this.editor.configObj.curConfig.showRulers = showrulers; - // $id("rulers").style.display = (this.editor.configObj.curConfig.showRulers) ? 'block' : 'none'; + $id('rulers').style.display = (this.editor.configObj.curConfig.showRulers) ? 'block' : 'none'; if (this.editor.configObj.curConfig.showRulers) { this.editor.rulers.updateRulers(); }