Skip to content

Commit 21eb20b

Browse files
committed
removed location from on_some_change
1 parent 55216fa commit 21eb20b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/src/layers/Popup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export class LeafletPopupView extends layer.LeafletUILayerView {
9595
this.set_child(this.model.get('child'));
9696
});
9797
this.model.on_some_change(
98-
['min_width', 'max_width', 'max_height', 'location'],
98+
['min_width', 'max_width', 'max_height'],
9999
this.update_popup,
100100
this
101101
);

0 commit comments

Comments
 (0)