SDA-1395 - Disable context menu for action buttons (#858)

This commit is contained in:
Kiran Niranjan
2020-01-27 11:15:20 +05:30
committed by Vishwas Shashidhar
parent 6e71292332
commit 21b7e20e9e
2 changed files with 20 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ exports[`windows title bar should render correctly 1`] = `
<button
className="hamburger-menu-button"
onClick={[Function]}
onContextMenu={[Function]}
onMouseDown={[Function]}
title="Menu"
>
@@ -93,6 +94,7 @@ exports[`windows title bar should render correctly 1`] = `
<button
className="title-bar-button"
onClick={[Function]}
onContextMenu={[Function]}
onMouseDown={[Function]}
title="Minimize"
>
@@ -115,6 +117,7 @@ exports[`windows title bar should render correctly 1`] = `
<button
className="title-bar-button"
onClick={[Function]}
onContextMenu={[Function]}
onMouseDown={[Function]}
title="Maximize"
>
@@ -136,6 +139,7 @@ exports[`windows title bar should render correctly 1`] = `
<button
className="title-bar-button"
onClick={[Function]}
onContextMenu={[Function]}
onMouseDown={[Function]}
title="Close"
>