Last active
August 13, 2020 14:10
-
-
Save ZeevKatz/d537f42aa678fe66b2d9c67de11860da to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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