Skip to content

Commit

Permalink
(web-components): fix tree view selection bug (#20105)
Browse files Browse the repository at this point in the history
* fix issue where tree item selection was being impacted due to event issues

* Change files
  • Loading branch information
chrisdholt authored Oct 5, 2021
1 parent 7f242dd commit de0266f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "fix issue where tree item selection was being impacted due to event issues",
"packageName": "@fluentui/web-components",
"email": "chhol@microsoft.com",
"dependentChangeType": "patch"
}
2 changes: 1 addition & 1 deletion packages/web-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"dependencies": {
"@microsoft/fast-colors": "^5.1.0",
"@microsoft/fast-element": "^1.5.0",
"@microsoft/fast-foundation": "^2.16.0",
"@microsoft/fast-foundation": "^2.17.0",
"lodash-es": "^4.17.20",
"tslib": "^1.13.0"
}
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2660,10 +2660,10 @@
resolved "https://registry.yarnpkg.com/@microsoft/fast-element/-/fast-element-1.5.1.tgz#a4e98da1ac0873568360d69dfcf0e4fcc46a374c"
integrity sha512-2wv3svn2fJqT84PrchSNjRjCJ2z74tuzoo7odACouuQaLXuJckv1XexXWUj5INKY6/LB/rN/bJMYauX33JgOZA==

"@microsoft/fast-foundation@^2.16.0":
version "2.16.0"
resolved "https://registry.yarnpkg.com/@microsoft/fast-foundation/-/fast-foundation-2.16.0.tgz#fa927f92727fbccdd246ea15e381d6ce50c679f7"
integrity sha512-UlvUYT+ZGGJH6mjTy/6kVQBq+n43G1+rurj655u2uuWte/36+YWf635lgAuZPrChBU0fEHDaGcNeX5wNKKI9EA==
"@microsoft/fast-foundation@^2.17.0":
version "2.17.0"
resolved "https://registry.yarnpkg.com/@microsoft/fast-foundation/-/fast-foundation-2.17.0.tgz#f8e8f930c12917c86b50ad0882809b696a837839"
integrity sha512-UasLgnJW5EsQYQcgwx52uFSwvCyPYQY/a+qs3lm0tJNklpy11Xi7tduj8zz/BeySmudYmQ3GtdIsGzCEokKMmg==
dependencies:
"@microsoft/fast-element" "^1.5.1"
"@microsoft/fast-web-utilities" "^5.0.0"
Expand Down

0 comments on commit de0266f

Please sign in to comment.