logseq / marketplace

A centralized packages manager for Logseq marketplace plugins.
MIT License
253 stars 282 forks source link

add effect to titlebar #524

Closed vipzhicheng closed 8 months ago

vipzhicheng commented 8 months ago

There is a issue in plugin title bar

image

I notice my code has something like this

const titleEl = top!.document.createElement("div");

I forget to add effect: true to the manifest in my last pr.