We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57f871f commit 4794ce6Copy full SHA for 4794ce6
1 file changed
src/components/engine/Canvas/index.tsx
@@ -25,7 +25,7 @@ export function Canvas({
25
node={{
26
...node,
27
hasNext: false,
28
- context: node.isBase ? node.context : [
+ context: !node.isBase ? node.context : [
29
{
30
id: `${node.id}:REMOVE`,
31
name: "Remove",
0 commit comments