codex-team/editor.js

[Bug] Switching to readonly mode with an empty editor

Aberta

#1.702 aberto em 1 de jun. de 2021

 (2 comentários) (2 reações) (1 responsável)TypeScript (1.985 forks)batch import
buggood first issue

Métricas do repositório

Stars
 (26.602 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

Describe a bug. If you switch the editor to read-only mode after initialization, an error appears: System.Exception: Cannot read property 'holder' of undefined

togglePreviewVisibility(visible: boolean) {
		this._editor.readOnly.toggle(visible); // this._editor.blocks.getBlocksCount() === 0
		this.previewVisible = visible;
	}

Editor.js version: 2.22.0

Guia do colaborador