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

Addon docs: remove outdated info #462

Merged
merged 1 commit into from
Jun 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions content/addons/middle-click-popup.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,8 @@ Controls how tall the popup can be before a scrollbar appears. This is a percent

## Known issues

- The blocks inside the popup of this addon will not respect the settings from the *Customizeable block shapes* addon.
- The blocks inside the popup of this addon will not respect the settings from the *Customizable block shapes* addon.
- The alogithm for sorting the search results still needs a lot of work, and sometimes the result you are probably looking for is hidden below a mountain of worse results.
- The "stop other scripts in sprite" block will look in the menu like it can't connect to other blocks.
- The "not" block cannot be put inside other triangle blocks like "and" or "or". "and not 1 = 2" will not work, but you can work around this using brackets, "and (not 1 = 2)" will work.
- Typing Emoji into the search bar doesn't show blocks containing that emoji.

## Credit

Expand Down