removeEventListeners() {
    if (isNodeEnv()) {
      return
    }
    document.removeEventListener('click', this.handleMouseClick)