From 11612b608143c1607f33ff40c43c6f9db5e073ba Mon Sep 17 00:00:00 2001
From: Javier Marquez <javi@arqex.com>
Date: Wed, 01 Mar 2017 10:18:14 +0100
Subject: [PATCH] Fix clicking calendar being recognized as click outside

---
 DateTime.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/DateTime.js b/DateTime.js
index 87728db..dd8ae54 100644
--- a/DateTime.js
+++ b/DateTime.js
@@ -376,7 +376,7 @@
 	componentProps: {
 		fromProps: ['value', 'isValidDate', 'renderDay', 'renderMonth', 'renderYear', 'timeConstraints'],
 		fromState: ['viewDate', 'selectedDate', 'updateOn'],
-		fromThis: ['setDate', 'setTime', 'showView', 'addTime', 'subtractTime', 'updateSelectedDate', 'localMoment']
+		fromThis: ['setDate', 'setTime', 'showView', 'addTime', 'subtractTime', 'updateSelectedDate', 'localMoment', 'handleClickOutside']
 	},
 
 	getComponentProps: function() {

--
Gitblit v1.9.3