mirror of
https://github.com/enso-org/enso.git
synced 2024-11-27 06:32:30 +03:00
31be7c8b9a
[ci no changelog needed] This PR reverts commit [0836ce741d
](0836ce741d
) because of the spotted regression: To reproduce: 1. Open a default project. 2. Without doing anything else, cmd + click on any node to edit it. 3. Abort editing by pressing escape. 4. Top-most node disappears (it is actually removed from scene) If you start editing the bottom node - you will also see a visible regression in node searcher's position. See thread https://discord.com/channels/401396655599124480/950730235719065620/950731247909478410 for details.
15 lines
379 B
TOML
15 lines
379 B
TOML
[package]
|
|
name = "enso-integration-test"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
approx = "0.5.1"
|
|
ensogl = { path = "../lib/rust/ensogl" }
|
|
enso-frp = { path = "../lib/rust/frp" }
|
|
enso-prelude = { path = "../lib/rust/prelude" }
|
|
enso-gui = { path = "../app/gui" }
|
|
enso-web = { path = "../lib/rust/web" }
|
|
wasm-bindgen = { version = "0.2.78" }
|
|
wasm-bindgen-test = "0.3.8"
|