Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with Token Actors #180

Open
marvin9257 opened this issue Oct 13, 2022 · 1 comment
Open

Issue with Token Actors #180

marvin9257 opened this issue Oct 13, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request system

Comments

@marvin9257
Copy link

marvin9257 commented Oct 13, 2022

Hi, I'm one of the maintainers of Twodsix system. Several of our users take advantage of your nice module. Unfortunately, the UI module overwrites the format of the sheets for Token actors but not linked actors. I think you need to replace all your instances of
:not([id*="Actor-"]):not([id*="Item-"])

to

:not([id*="Actor-"]):not([id*="Item-"]):not([id*="Token-"])

I tried a global search and replace locally and this seemed to fix the issue. Thanks!

@ernieayala
Copy link
Owner

I unfortunately can't add another layer of specificity. It ends up breaking lots of items. I can take a look at the mod though.

@ernieayala ernieayala added investigate enhancement New feature or request labels Dec 17, 2022
@ernieayala ernieayala self-assigned this Dec 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request system
Projects
None yet
Development

No branches or pull requests

2 participants