diff --git a/common/changes/office-ui-fabric-react/keyou-keytip-pointer-dismiss_2018-05-31-20-28.json b/common/changes/office-ui-fabric-react/keyou-keytip-pointer-dismiss_2018-05-31-20-28.json new file mode 100644 index 0000000000000..b7aac16f6f1aa --- /dev/null +++ b/common/changes/office-ui-fabric-react/keyou-keytip-pointer-dismiss_2018-05-31-20-28.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "packageName": "office-ui-fabric-react", + "comment": "Add support for pointerup to dismiss keytips", + "type": "patch" + } + ], + "packageName": "office-ui-fabric-react", + "email": "keyou@microsoft.com" +} \ No newline at end of file diff --git a/packages/office-ui-fabric-react/src/components/KeytipLayer/KeytipLayer.base.tsx b/packages/office-ui-fabric-react/src/components/KeytipLayer/KeytipLayer.base.tsx index 3adf570509069..ef3409609aeb5 100644 --- a/packages/office-ui-fabric-react/src/components/KeytipLayer/KeytipLayer.base.tsx +++ b/packages/office-ui-fabric-react/src/components/KeytipLayer/KeytipLayer.base.tsx @@ -146,6 +146,7 @@ export class KeytipLayerBase extends BaseComponent