autocomplete-plus icon indicating copy to clipboard operation
autocomplete-plus copied to clipboard

Fixes issue relating to autocomplete not working intermittently. Fixes #981

Open supersonic1999 opened this issue 2 years ago • 0 comments

Requirements

  • Filling out the template is required. Any pull request that does not include enough information to be reviewed in a timely manner may be closed at the maintainers' discretion.
  • All new code requires tests to ensure against regressions

Description of the Change

Fixes issue relating to: #981. sometimes the classList.add() function is called before the classList.remove() on line 333 of suggestion-list.js.

Alternate Designs

n/a

Benefits

fixes bug

Possible Drawbacks

none

Applicable Issues

#981

supersonic1999 avatar Sep 12 '22 13:09 supersonic1999