UNPKG

phaser4-rex-plugins

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