mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-08 09:00:05 +00:00
Fixes test "should toggle LOD based on zoom threshold" failing (example: https://github.com/Comfy-Org/ComfyUI_frontend/actions/runs/19618176782/job/56174006314). Test execution order: 1. Sets MinFontSizeForLOD = 8 2. Calls setup() 3. App initializes → useVueNodeLifecycle runs → useRenderModeSetting executes with immediate: true 4. Overrides setting back to 0 (Vue mode value) 5. LOD never activates (threshold = 0) ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6884-fix-ordering-of-Vue-mode-LOD-setting-initialization-in-browser-tests-2b56d73d365081209676fb14d2c04d28) by [Unito](https://www.unito.io) --------- Co-authored-by: github-actions <github-actions@github.com>