diff --git a/spec/__snapshots__/windowsTitleBar.spec.ts.snap b/spec/__snapshots__/windowsTitleBar.spec.ts.snap index 8c56d31a..b6b95e99 100644 --- a/spec/__snapshots__/windowsTitleBar.spec.ts.snap +++ b/spec/__snapshots__/windowsTitleBar.spec.ts.snap @@ -117,7 +117,7 @@ exports[`windows title bar should render correctly 1`] = ` title="Maximize" > diff --git a/src/renderer/components/windows-title-bar.tsx b/src/renderer/components/windows-title-bar.tsx index fbb92db9..ff54e037 100644 --- a/src/renderer/components/windows-title-bar.tsx +++ b/src/renderer/components/windows-title-bar.tsx @@ -173,7 +173,7 @@ export default class WindowsTitleBar extends React.Component<{}, IState> { onContextMenu={this.eventHandlers.onDisableContextMenu} onMouseDown={this.handleMouseDown} > - + { onContextMenu={this.eventHandlers.onDisableContextMenu} onMouseDown={this.handleMouseDown} > - +