Add menubar to ove editor [SCI-9115] (#6079)

* Add menubar to ove editor [SCI-9115]
This commit is contained in:
wandji 2023-08-25 10:36:33 +01:00 committed by GitHub
parent 5b0b56e8f2
commit 61da3a12b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,7 +62,8 @@
let editorConfig = {
onSave: this.saveFile,
generatePng: true,
readOnly: this.readOnly
readOnly: this.readOnly,
showMenuBar: true
}
if (this.readOnly) {