onmove_choices shop
This commit is contained in:
parent
d6b27a7ac4
commit
eb8abae982
@ -492,7 +492,8 @@ actions.prototype._sys_onmove_choices = function (x, y) {
|
|||||||
|
|
||||||
switch (core.status.event.id) {
|
switch (core.status.event.id) {
|
||||||
case 'action':
|
case 'action':
|
||||||
if (core.status.event.id != 'choices') break;
|
if (core.status.event.data.type != 'choices') break;
|
||||||
|
case 'shop':
|
||||||
case 'selectShop':
|
case 'selectShop':
|
||||||
case 'switchs':
|
case 'switchs':
|
||||||
case 'settings':
|
case 'settings':
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user