UNPKG

phaser3-rex-plugins

Version:
11 lines (8 loc) 200 B
var CloseListPanel = function () { if (!this.dropDownBehavior) { return this; } this.dropDownBehavior.requestClose(); return this; } export default CloseListPanel;