wHighlight(showOverflowHighlight) { this.container.tagState.classList.toggle( "overflow-causing-highlighted", showOverflowHighlight ); } /** * Stub method for consistency with ElementEditor. */ getInfoAtNode() { return null; } } module.exports = ReadOnlyEditor; PK