bmschmidt / pubmed-explorer

Scrollership through 20m pubmed abstracts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Labels:null does not remove the labels

dkobak opened this issue · comments

In several places we have a slide with labels followed by a slide where there should no be any labels. However, despite labels:null in the code, the labels from the previous slide are still visible:

Screenshot from 2023-04-05 12-45-50

Screenshot from 2023-04-05 12-46-02

So it seems that labels:null does not switch off the existing labels. This happens several times through the narration.

Ah yes. I just added this feature to deepscatter, the label-dropping code was getting ignored because I failed to properly distinguish between null and undefined somewhere. Should be fixed in next push.