From 4f00f0e06ced6c9c79e342a614b2f26bf8ee341e Mon Sep 17 00:00:00 2001 From: j Date: Sun, 9 Jul 2023 16:04:20 +0530 Subject: [PATCH] revert 8a374360fafd97af2da743c79a9a41743b97baeb breaks shift enter in annotations --- source/UI/js/Form/Input.js | 1 - 1 file changed, 1 deletion(-) diff --git a/source/UI/js/Form/Input.js b/source/UI/js/Form/Input.js index 5c9e1992..bce4e153 100644 --- a/source/UI/js/Form/Input.js +++ b/source/UI/js/Form/Input.js @@ -309,7 +309,6 @@ Ox.Input = function(options, self) { click: function() { self.options.disabled && that.gainFocus(); }, - input: change, blur: blur, change: change, focus: focus