Make sidebars disabled-on-edit by default

This commit is contained in:
Nick O'Leary
2016-05-29 22:31:29 +01:00
parent ada1e624d8
commit 64722da4a7
7 changed files with 30 additions and 31 deletions

View File

@@ -143,7 +143,8 @@
id: "debug",
label: this._("debug.sidebar.label"),
name: this._("debug.sidebar.name"),
content: content
content: content,
enableOnEdit: true
});
function getTimestamp() {