Untyped Item Sheet | Tabs being disabled entirely in read-only model #159

Closed
opened 2024-03-31 05:09:36 +00:00 by Eldritch-Oliver · 0 comments
Eldritch-Oliver commented 2024-03-31 05:09:36 +00:00 (Migrated from github.com)

The tab buttons are being disabled in the item sheet because of Foundry's core event listeners, this can be fixed by doing one of the following:

  • Overriding the Foundry function that's doing it, and making it not do it
  • Changing the buttons to links
  • Using my own additional listener step to re-enable them
The tab buttons are being disabled in the item sheet because of Foundry's core event listeners, this can be fixed by doing one of the following: - Overriding the Foundry function that's doing it, and making it not do it - Changing the buttons to links - Using my own additional listener step to re-enable them
Sign in to join this conversation.
No description provided.