1
0
mirror of synced 2025-02-04 14:19:23 +03:00

Clicking the clear button raised the changed event twice. fixes #867

This commit is contained in:
Igor Vaynberg 2013-02-20 08:51:03 -08:00
parent 0b57067c8d
commit 250447b53a

View File

@ -1707,7 +1707,6 @@ the specific language governing permissions and limitations under the Apache Lic
this.clear(); this.clear();
killEventImmediately(e); killEventImmediately(e);
this.close(); this.close();
this.triggerChange();
this.selection.focus(); this.selection.focus();
})); }));