UNPKG

@videoly/ember-trix-next

Version:
13 lines (10 loc) 280 B
import Component from '@glimmer/component'; export default class TrixEditorComponent extends Component { constructor() { super(...arguments); const now = Date.now(); this.toolbarId = `trix-toolbar-${now}`; this.inputId = `trix-input-${now}`; } noop() {} }