Fix layaout
This commit is contained in:
@ -184,7 +184,7 @@ export class SystemCompendiums extends FormApplication {
|
||||
}
|
||||
|
||||
activateListeners(html) {
|
||||
html.find("select.system-compendium-setting").change((event) => {
|
||||
$(html).find("select.system-compendium-setting").change((event) => {
|
||||
const compendium = $(event.currentTarget).data('compendium')
|
||||
const value = $(event.currentTarget).val();
|
||||
const systemCompendium = CONFIGURABLE_COMPENDIUMS[compendium];
|
||||
|
Reference in New Issue
Block a user