🐛 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:
Kiran Niranjan
2021-10-28 08:16:20 +05:30
committed by GitHub
parent e3a5cedd22
commit b7909442d7
4 changed files with 46 additions and 15 deletions

View File

@@ -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]}