@@ -2,6 +2,7 @@ class CodeEditor {
constructor() { }
dataID = "";
set dataType(value) {
+ if(value == this._dataType) return;
this._dataType = value;
if (value == 0) {
this.language = "html";