Description
Create function that enables tagging ability in the DOM
Proposed solution
Use local boolean state to check whether tagging is active and either a keydown event listener to listen for @ key, or check text content for @ character.
Use existing handleKeyPress function in EntityComments
Description
Create function that enables tagging ability in the DOM
Proposed solution
Use local boolean state to check whether tagging is active and either a keydown event listener to listen for @ key, or check text content for @ character.
Use existing
handleKeyPressfunction inEntityComments