Skip to content

Commit a48c748

Browse files
committed
updated doc
1 parent 515888e commit a48c748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/layers/tooltip.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Example
1414
location=[51.5, -0.09],
1515
content="Hello world!<br />This is a nice tooltip.",
1616
offset=[-30,50], # Offset in pixels
17-
permanent=False, # The default is False, in which case you can remove the tooltip by clicking on it.
17+
permanent=False, # The default is False, in which case you can remove the tooltip by clicking anywhere on the map.
1818
direction='bottom', # Default is 'auto'
1919
)
2020

0 commit comments

Comments
 (0)