Hide editor toolbars by default when using a small screen

This commit is contained in:
yflory
2018-03-07 17:34:55 +01:00
parent f45023ed1f
commit 7a70d69d8e
4 changed files with 6 additions and 3 deletions

View File

@@ -116,7 +116,7 @@ define([
} else {
var errText = "[cursor.fixSelection] At least one of the " +
"cursor nodes did not exist, could not fix selection";
console.error(errText);
//console.error(errText);
return errText;
}
} catch (e) { console.error(e); }