1
0
Fork 0
mirror of synced 2025-04-12 21:40:55 +00: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();
killEventImmediately(e);
this.close();
this.triggerChange();
this.selection.focus();
}));