Skip to content

Commit 250447b

Browse files
committed
Clicking the clear button raised the changed event twice. fixes select2#867
1 parent 0b57067 commit 250447b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

select2.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1707,7 +1707,6 @@ the specific language governing permissions and limitations under the Apache Lic
17071707
this.clear();
17081708
killEventImmediately(e);
17091709
this.close();
1710-
this.triggerChange();
17111710
this.selection.focus();
17121711
}));
17131712

0 commit comments

Comments
 (0)