jamespdaily / pf2e-sheet-skill-actions

0 stars 14 forks source link

All click to (un)equip all actions #52

Closed andriusch closed 2 years ago

andriusch commented 2 years ago

It's a bit janky since it has to unequip them one by one but it works. I used alt since it's quite destructive operation, and there's lower chance of alt being clicked than others. Fixes #38

jamespdaily commented 2 years ago

@andriusch skillActions.fromEvent(e).toggleVisibility();

is the only code needed to resolve the conflict here correct?

andriusch commented 2 years ago

@jamespdaily I've updated the branch and fixed the conflict