From 623fa6161e25338a85bbd05c229e632d542c0797 Mon Sep 17 00:00:00 2001 From: germansokolov13 Date: Tue, 28 Nov 2017 11:20:11 +0300 Subject: [PATCH] Docs: add mouseup event to interactive layer (#5941) --- src/layer/Layer.Interactive.leafdoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/layer/Layer.Interactive.leafdoc b/src/layer/Layer.Interactive.leafdoc index 59d8294d..11ed5a8c 100644 --- a/src/layer/Layer.Interactive.leafdoc +++ b/src/layer/Layer.Interactive.leafdoc @@ -23,6 +23,9 @@ Fired when the user double-clicks (or double-taps) the layer. @event mousedown: MouseEvent Fired when the user pushes the mouse button on the layer. +@event mouseup: MouseEvent +Fired when the user releases the mouse button pushed on the layer. + @event mouseover: MouseEvent Fired when the mouse enters the layer.