Skip to content

Commit

Permalink
Restore clickable buttons on touch devices (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenediktSeidlSWM authored Oct 14, 2024
1 parent 5baeb4f commit c2d320a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ResizeableWindow.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ class ResizeableWindow extends React.Component {
}
return (
<div className="resizeable-window-container" key="InternalWindow" style={containerStyle}>
<Rnd bounds="parent"
<Rnd bounds="parent" cancel=".resizeable-window-titlebar-control"
className={windowclasses} default={this.state.geometry}
disableDragging={maximized || this.state.geometry.docked} enableResizing={resizeMode}
maxHeight={this.props.maxHeight || window.innerHeight} maxWidth={this.props.maxWidth || window.innerWidth}
Expand Down

0 comments on commit c2d320a

Please sign in to comment.