UNPKG

@petkoneo/phaser3-rex-plugins

Version:
12 lines (9 loc) 229 B
var CloseListPanel = function () { if (!this.dropDownBehavior) { return this; } this.dropDownBehavior.requestClose(); this.currentOverIndex = undefined; return this; } export default CloseListPanel;