I think this is a regression from the performance optimization where you don’t draw cards that are offscreen, but sometimes cards don’t have any contents even when onscreen.
I saw this again after I pasted an image and typed some additional text in the card. I may have scrolled a little, but definitely not entirely off screen. I think it disappeared as soon as I hit enter because I never saw the image that I pasted. I did not see error logs in the console.
fully disappearing cards (eg deleted cards) sounds like a totally seperate isssue and root cause. If you check your removed cards list do you see them there?
What’s interesting is, I saw the card first disappear like in this thread. That is, the contents was gone, but the connector button was there.
But when I reloaded, it briefly showed and then disappeared entirely—same as the other instances where cards went missing (got obliterated after syncing).
I have a fix for this ready for testing in https://deploy-preview-347--kinopio-client.netlify.app/ . Specifically this replaces the old card intersectionObserver based performance optimization with a more manually calculated system. (also optimizes whether to render connection lines in a similar way)
The connection label problem is fixed. I don’t know if this is new, but I’m observing that when zooming in and out, the origin is seemingly at 0, 0 rather than where my cursor is. So cmd-scroll is not working as expected.