Various bug fixes

This commit is contained in:
Cmdr McDonald
2016-10-31 21:08:15 +00:00
parent 3ec9679893
commit 1a0f05511b
11 changed files with 47 additions and 33 deletions

View File

@@ -130,7 +130,10 @@ export default class Slot extends TranslatedComponent {
);
}
_toggleModifications(event) {
/**
* Toggle the modifications flag when selecting the modifications icon
*/
_toggleModifications() {
this._modificationsSelected = !this._modificationsSelected;
}
}