UNPKG

@print-one/grapesjs

Version:

Free and Open Source Web Builder Framework

8 lines (6 loc) 226 B
import ComponentTextNodeView from './ComponentTextNodeView'; export default class ComponentCommentView extends ComponentTextNodeView { _createElement() { return document.createComment(this.model.content) as Text; } }