v/pol
1
0
mirror of https://github.com/taroved/pol synced 2025-05-29 12:30:09 -07:00
This commit is contained in:
Alexandr Nesterenko 2017-05-16 14:44:47 -07:00
parent bb30378378
commit 289bce621d

View File

@ -188,6 +188,7 @@ function Item(name, button) {
that.state = STATE_SELECTED;
that.updateButton();
updateCreateButton();
currentItem = null;
});
}