@hig/flyout
Advanced tools
Comparing version 2.3.0 to 2.3.1
@@ -1446,3 +1446,3 @@ import React, { Component } from 'react'; | ||
componentWillUnmount() { | ||
window.document.body.removeEventListener("click", this.handleBodyClick); | ||
window.document.body.removeEventListener("click", this.handleBodyClick, true); | ||
} | ||
@@ -1449,0 +1449,0 @@ /** |
@@ -1456,3 +1456,3 @@ 'use strict'; | ||
componentWillUnmount() { | ||
window.document.body.removeEventListener("click", this.handleBodyClick); | ||
window.document.body.removeEventListener("click", this.handleBodyClick, true); | ||
} | ||
@@ -1459,0 +1459,0 @@ /** |
@@ -0,1 +1,8 @@ | ||
# [@hig/flyout-v2.3.1](https://github.com/Autodesk/hig/compare/@hig/flyout@2.3.0...@hig/flyout@2.3.1) (2022-11-10) | ||
### Bug Fixes | ||
* properly remove handleBodyClick listener ([e9af55d](https://github.com/Autodesk/hig/commit/e9af55d)) | ||
# [@hig/flyout-v2.3.0](https://github.com/Autodesk/hig/compare/@hig/flyout@2.2.1...@hig/flyout@2.3.0) (2022-11-02) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@hig/flyout", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"description": "HIG Flyout", | ||
@@ -5,0 +5,0 @@ "author": "Autodesk Inc.", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
118324