Skip to content

Commit

Permalink
Adjust event propagation for popup example
Browse files Browse the repository at this point in the history
  • Loading branch information
bbinet committed Oct 11, 2013
1 parent 2d0fdfd commit 623b2fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ closer.onclick = function() {
* Create an overlay to anchor the popup to the map.
*/
var overlay = new ol.Overlay({
element: container
element: container,
stopEvent: true
});


Expand Down

0 comments on commit 623b2fa

Please sign in to comment.