Skip to content

Commit 61cc86d

Browse files
author
Gabriel Schulhof
committed
[custom select] Forgot to update popup event name from "closed" to "popupafterclose"
1 parent fb48b9c commit 61cc86d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/widgets/forms/select.custom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ define( [
231231
});
232232

233233
// Events on the popup
234-
self.listbox.bind( "closed", function( event ) {
234+
self.listbox.bind( "popupafterclose", function( event ) {
235235
self.close();
236236
});
237237

0 commit comments

Comments
 (0)