componentWillUnmount()

in src/components/view/LabelWithAlias/LabelWithAlias.tsx [60:62]


  componentWillUnmount() {
    document.removeEventListener('mousedown', this.handleClickOutside);
  }