Skip to content

tweak: target CSS class when getting item ID

Problem

When using a document structure other than lists, the inventory equip context menu breaks.

Changes

Changed the event listener to target the parent item based on CSS class reference rather than the document element qualified by the CSS class.

Merge request reports