yoyurec / logseq-awesome-props

📋 Restyled and iconized properties for Logseq ala Notion/Tana
MIT License
46 stars 3 forks source link

The hidden properties are not actually hidden #22

Open farcaller opened 5 months ago

farcaller commented 5 months ago

Info:

Description:

Adding properties to the list of hidden properties doesn't actually hide them.

To Reproduce:

In the plugin, the hidden attribute is sent on the parent of parent of .page-property-key span, but in logseq 0.10.5 (at least), the hierarchy is the parent div.block-properties, that contains a div for every property. Thus the .hidden class should be set on the parent of .page-property-key.

u-4589 commented 4 months ago

I'm also experiencing this same issue. Some days ago was working fine for me. Probably a Logseq update broke it.