blockly-samples icon indicating copy to clipboard operation
blockly-samples copied to clipboard

Fix: When using the toolbox-search, auto select the found dropdown item

Open constantinIliescu opened this issue 1 year ago • 0 comments

Fixes: https://github.com/google/blockly-samples/issues/1940

Uses the Block State as suggested here: https://github.com/google/blockly-samples/pull/2004#issuecomment-1832317907

Fixes: bug that didn't indexed the last trigram from a word

The basics

The details

Resolves

Fixes https://github.com/google/blockly-samples/issues/1940

Proposed Changes

Use block state for efficient indexing

Reason for Changes

Have the found drop down item automatically selected in the drop down

Test Coverage

Unit test have been added to cover the false positive, false negative and duplicate cases

Documentation

Additional Information

constantinIliescu avatar Feb 26 '24 09:02 constantinIliescu