Skip to content

Commit a55a6c1

Browse files
committed
promotional image
1 parent dce8af0 commit a55a6c1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Another Flow-based Node graph Library.
44

55
Check it out [here](https://elicdavis.github.io/node-flow/).
66

7+
![promotional image](./docs/promotional-image.png)
8+
79
## About
810

911
Node Flow is a javascript library that enables developers to build node based tools similar to Unreal Blueprints or Blender Nodes.

docs/promotional-image.png

663 KB
Loading

src/contextMenu.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -356,9 +356,7 @@ export class ContextMenu {
356356
const mouseOverSub = this.#openSubMenu.render(ctx, this.#submenuPosition, menuScale, mousePosition, submenuOpenRight)
357357
if (mouseOverSub !== null) {
358358
mouseIsOver = mouseOverSub;
359-
} else if (!subOpenedThisFrame) {
360-
this.#openSubMenu = undefined;
361-
}
359+
}
362360
}
363361

364362
return mouseIsOver;

0 commit comments

Comments
 (0)