From a374410a5b8515a4eccc3e7c208ec5dc6f849799 Mon Sep 17 00:00:00 2001 From: Clay Diffrient Date: Fri, 8 Jul 2016 15:55:44 -0600 Subject: [PATCH] [fixed] make default maintainFocus prob actually be true --- lib/components/Tray.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/components/Tray.js b/lib/components/Tray.js index d0e5002..48bbf9f 100644 --- a/lib/components/Tray.js +++ b/lib/components/Tray.js @@ -19,7 +19,7 @@ export default React.createClass({ isOpen: false, closeTimeoutMS: 0, closeOnBlur: true, - maintainFocus: false + maintainFocus: true }; },