- Notifications
You must be signed in to change notification settings - Fork 32
Autocomplete and SpecialChars plugins don't work together #153
Copy link
Copy link
Open
Labels
area:existing-pluginA bug/feature for an existing plugin in the plugins folder of code-input.A bug/feature for an existing plugin in the plugins folder of code-input.bugSomething isn't workingSomething isn't workingpriority:low
Milestone
Description
Metadata
Metadata
Assignees
Labels
area:existing-pluginA bug/feature for an existing plugin in the plugins folder of code-input.A bug/feature for an existing plugin in the plugins folder of code-input.bugSomething isn't workingSomething isn't workingpriority:low
The autocomplete-created pre to find where to place the popup does not handle special character sizes. Potentially autocomplete should use the pre element.
This is part of #106.