Skip to content

Commit

Permalink
fix(fullscreen): ouverture de widgets quitte le plein ecran (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
azarz authored Nov 15, 2024
1 parent 912496a commit 1adebf4
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,7 +1,7 @@
{
"name": "geopf-extensions-openlayers",
"description": "French Geoportal Extensions for OpenLayers libraries",
"version": "1.0.0-beta.0-258",
"version": "1.0.0-beta.0-260",
"date": "15/11/2024",
"module": "src/index.js",
"directories": {},
Expand Down
2 changes: 1 addition & 1 deletion src/packages/Utils/PanelManager.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const exceptions = ["GPoverviewMap"];
const exceptions = ["GPoverviewMap", "GPfullScreen"];

function getSameSideOpenedPanel (position, openedPanelID) {
// on ajoute aux exceptions le panel qui vient d'être ouvert
Expand Down

0 comments on commit 1adebf4

Please sign in to comment.