Update JIT.js
This commit is contained in:
parent
e761655df8
commit
8d3a45bb17
1 changed files with 1 additions and 1 deletions
|
@ -909,7 +909,7 @@ const JIT = {
|
||||||
let pixelPos
|
let pixelPos
|
||||||
let mapping
|
let mapping
|
||||||
|
|
||||||
if (JIT.tempInit && JIT.tempNode2 == null) {
|
if (JIT.tempInit && JIT.tempNode2 === null) {
|
||||||
// this means you want to add a new topic, and then a synapse
|
// this means you want to add a new topic, and then a synapse
|
||||||
Create.newTopic.addSynapse = true
|
Create.newTopic.addSynapse = true
|
||||||
Create.newTopic.open()
|
Create.newTopic.open()
|
||||||
|
|
Loading…
Add table
Reference in a new issue