-
Notifications
You must be signed in to change notification settings - Fork 0
Description
On very large Notion pages (with lots of blocks or history), the extension sometimes moves too fast for Notion's interface to catch up.
The Problem
When using the "Auto" mode, the script triggers the equation dialog, but Notion lags slightly before the input field is actually ready to receive text.
As a result, the extension tries to paste the LaTeX code into "nothing" or hits Enter to close the dialog before the text is fully inserted. This leaves behind empty equation blocks or skipped items.
Current Workaround
If you experience this, open the HUD and decrease the speed in settings (e.g., set it to "Slow" or manually increase the ms).
I'm looking into a more permanent fix where the script waits for the specific UI element to appear rather than just waiting for a fixed time.