dobidi / logseq-bidi

A Logseq plugin for adding bidirectional text support, making knowledge management in both LTR and RTL languages possible
GNU Affero General Public License v3.0
30 stars 0 forks source link

Improve mutation observation #14

Closed ahangarha closed 8 months ago

ahangarha commented 8 months ago

By this change, we only capture changes in elements, not the mutation in their attributes. This brings a slight performance boost.

PR Checklist