forked from public/foundryvtt-reve-de-dragon
Fix layaout
This commit is contained in:
@ -776,7 +776,7 @@ export class RdDUtility {
|
||||
}
|
||||
});
|
||||
$(html).on("click", '.rdd-world-content-link', async event => {
|
||||
const htmlElement = html.find(event.currentTarget);
|
||||
const htmlElement = $(html).find(event.currentTarget);
|
||||
const id = htmlElement?.data("id");
|
||||
const doctype = htmlElement?.data("doctype");
|
||||
switch (doctype ?? 'Item') {
|
||||
|
Reference in New Issue
Block a user