Skip to content

Instantly share code, notes, and snippets.

@ZeevKatz
Last active August 13, 2020 14:10
Show Gist options
  • Save ZeevKatz/d537f42aa678fe66b2d9c67de11860da to your computer and use it in GitHub Desktop.
Save ZeevKatz/d537f42aa678fe66b2d9c67de11860da to your computer and use it in GitHub Desktop.
<toolbar (editChange)="isEditMode = $event"></toolbar>
<text-editor analytics
[edit]="isEditMode"
[events]="isEditMode ? ['contextmenu', 'focus'] : ['focus']">
</text-editor>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment