dialog picker v2

This commit is contained in:
Vlyan
2020-12-12 14:42:45 +01:00
parent c9c282b3ad
commit 91151817cc
10 changed files with 168 additions and 118 deletions

View File

@@ -101,7 +101,7 @@ export class ActorSheetL5r5e extends ActorSheet {
this._onSkillClicked(skillId);
});
html.find(".adquisition-add").click((ev) => {
html.find(".acquisition-add").click((ev) => {
this._createFeat();
});
}