#631 rulers id not found , so we removed

master
agriyadev5 2021-08-30 18:03:22 +05:30
parent a542ddd151
commit ddd6d9bde0
1 changed files with 0 additions and 1 deletions

View File

@ -120,7 +120,6 @@ 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';
if (this.editor.configObj.curConfig.showRulers) {
this.editor.rulers.updateRulers();
}