-
Notifications
You must be signed in to change notification settings - Fork 51
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
tp.user command in type note makes button dissapear #212
Comments
I'm seeing this behavior as well with embedded tp.user commands causing the button to not render. From Console: app.js:1 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'path') |
Very strange that the whole button disappears. I'm guessing the way user script plugins work have changed in some way since I implemented the handling. |
@ZobaJakColbert can you post the script code so I have a minimal reproducible example? I currently don't have a user scripts. |
I have repro'd the bug with the following minimal (change txt to js file):
^button-NewInt |
I am seeing this as well. |
I encountered this problem |
I was using this code to add new accumulator to my collection. It was getting current number of accu and adding one with .js script named: getThisAcumulatorNum. But now button don't show up. If I remove this line
<% tp.user.getThisAcumulatorNum(tp, "AA") %>
button reappears. How to fix this?remove "\" before last "```"
The text was updated successfully, but these errors were encountered: