mirror of
https://github.com/enso-org/enso.git
synced 2024-12-24 02:42:28 +03:00
fd972f8b0a
This was meant to be a trivial change, but actually a dirty workaround needed to be applied. Because enter is used to both open searcher and accept input/entry, both actions were fired at once. I fixed it by debouncing opening searcher event (so the searcher will be opened only once key event handling is over) |
||
---|---|---|
.. | ||
README.md | ||
searcher.md | ||
shortcuts.md | ||
visualizations.md |
layout | title | tags | |
---|---|---|---|
section-summary | Product Documentation |
|
Enso IDE Product Documentation
This section contains detailed specification of Enso IDE from the user
perspective. The implementation is documented in rust code and in the crate's
docs
directory.