revert 8a374360fa breaks shift enter in annotations

This commit is contained in:
j 2023-07-09 16:04:20 +05:30
parent 62a94ee644
commit 4f00f0e06c

View file

@ -309,7 +309,6 @@ Ox.Input = function(options, self) {
click: function() {
self.options.disabled && that.gainFocus();
},
input: change,
blur: blur,
change: change,
focus: focus