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

fix: make sure to clear prompt_func after editing variable #330

Merged
merged 1 commit into from
Mar 18, 2024

Conversation

serranomorante
Copy link
Contributor

fixes issue #325


prompt_func is not being reset to nil when editing a variable. This causes canvas:set_prompt() to get trigger on every other action, like expand.

fixes issue #325

---

`prompt_func` is not being reset to `nil` when editing a variable. This
causes `canvas:set_prompt()` to get trigger on every other action, like `expand`.
@rcarriga
Copy link
Owner

Thanks for the fix 😄

@rcarriga rcarriga merged commit e8506f5 into rcarriga:master Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants