mirror of
https://github.com/enso-org/enso.git
synced 2024-11-26 17:06:48 +03:00
0abc2d5023
Fixes #6908 Fast typing leads to a race condition where the end of the node editing can happen where the state of the CB is not caught up yet. This leads to two issues: 1. The wrong selection is made, as the View of the Component Browser has not been updated yet, but the selection from there is used to determine how the node is created. 2. Processing of the keys is aborted early, while still waiting for additional key input. This is now fixed. https://github.com/enso-org/enso/assets/1428930/dce82bb3-1c25-4a67-988a-d74469dc8fcd |
||
---|---|---|
.. | ||
rust | ||
scala | ||
README.md |
Libraries
This directory contains the libraries that should remain in this project, but that are not technically part of the main language implementation itself.