JS: hide textarea via JS (#61284)

This commit is contained in:
Thomas Jund 2022-01-31 17:24:58 +01:00 committed by Frédéric Péters
parent fbffb45e1c
commit bc48c72011
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ export default class Godo {
constructor (textarea, options) {
this.textarea = textarea;
this.textarea.hidden = true;
let displayBlocksMenu = true;
this.schema = (() => {