mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
🐛 SDA-3424 (Disable action buttons in custom title bar & fix initial load issue) (#1279)
* SDA-3424 - Disable action buttons in custom title bar & fix initial load issue * SDA-3424 - update snapshot file
This commit is contained in:
@@ -93,6 +93,7 @@ exports[`windows title bar should render correctly 1`] = `
|
||||
>
|
||||
<button
|
||||
className="title-bar-button"
|
||||
disabled={false}
|
||||
onClick={[Function]}
|
||||
onContextMenu={[Function]}
|
||||
onMouseDown={[Function]}
|
||||
@@ -116,6 +117,7 @@ exports[`windows title bar should render correctly 1`] = `
|
||||
>
|
||||
<button
|
||||
className="title-bar-button"
|
||||
disabled={false}
|
||||
onClick={[Function]}
|
||||
onContextMenu={[Function]}
|
||||
onMouseDown={[Function]}
|
||||
|
||||
Reference in New Issue
Block a user