mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
SDA-1395 - Disable context menu for action buttons (#858)
This commit is contained in:
committed by
Vishwas Shashidhar
parent
6e71292332
commit
21b7e20e9e
@@ -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"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user