Fixed:
- Pressing enter on a text element erroneously activated all markdown embeddables in the scene. discord
- After updating to PDF++ 0.40.31, touch scrolling of embedded PDF documents stopped working on mobile devices, and the PDF document appeared with the wrong themes in some cases.
- Issue with the Kanban board as an active embeddable on mobile phones is fixed.
Fixed in ExcalidrawAutomate
getActiveEmbeddableViewOrEditor (view?:ExcalidrawView): {view:any}|{file:TFile, editor:Editor}|{node: ObsidianCanvasNode}|null;
no returns the node, instead of the empty view from the leaf.