5 comments (5 comments)0 reactions (0 reactions)0 assignees (0 assignees)TypeScript2 forks (2 forks)github user discovery
enhancementgood first issuehelp wanted
Repository metrics
- Stars
- 83 stars (83 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
This method would:
- drop the cached mirror (and the window listeners if the cache is empty)
- drop the listener on the textarea element
- maybe drop the listener on the form too? (but other textareas might still need it)
Contributor guide
- Research direction
- Examine the existing `watch` method implementation in the source code to understand how mirrors and listeners are set up, then implement the inverse logic in `unwatch`, paying attention to cleanup of cached mirrors, window listeners, and textarea/form listeners as appropriate.
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Prerequisites
- JavaScriptDOM