Commit 00f8c803 authored by Julia Radzhabova's avatar Julia Radzhabova

Fix Bug 25318.

parent 1524ab52
......@@ -347,7 +347,7 @@ define([
var value = this.getRawValue();
if (this.value != value) {
this.onEnterValue();
return false;
return (this.value == value);
}
} else {
this.onEnterValue();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment