componentWillUnmount()

in app/ItemView/CodeMirrorContainer.tsx [157:159]


  componentWillUnmount() {
    //rely on garbage-collection to free the codemirror object once this object is destroyed
  }