Skip to content

Commit

Permalink
Pass usePortal=false to Cyclomedia window
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Jan 30, 2025
1 parent 6f27722 commit 83835fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qwc2",
"version": "2025.01.23-master",
"version": "2025.01.30-master",
"description": "QGIS Web Client 2 core",
"author": "Sourcepole AG",
"license": "BSD-2-Clause",
Expand Down
2 changes: 1 addition & 1 deletion plugins/Cyclomedia.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ class Cyclomedia extends React.Component {
initialHeight={this.props.geometry.initialHeight} initialWidth={this.props.geometry.initialWidth}
initialX={this.props.geometry.initialX} initialY={this.props.geometry.initialY}
initiallyDocked={this.props.geometry.initiallyDocked}
onClose={this.onClose} splitScreenWhenDocked title={LocaleUtils.tr("cyclomedia.title")}
onClose={this.onClose} splitScreenWhenDocked title={LocaleUtils.tr("cyclomedia.title")} usePortal={false}
>
<div className="cyclomedia-body" role="body">
{this.props.mapScale > this.props.maxMapScale && this.state.status > Status.LOGIN ? (
Expand Down

0 comments on commit 83835fd

Please sign in to comment.