fregante/fit-textarea

Add `unwatch` method

Open

#19 opened on Jul 22, 2022

View on GitHub
 (5 comments) (0 reactions) (0 assignees)TypeScript (2 forks)github user discovery
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (83 stars)
PR merge metrics
 (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