#6293·ui

`UEditor` interaction/input lag caused by `UEditorToolbar`

Author: JannchieCreated Apr 5, 2026Updated Sep 20, 2026
Labelsupstream/tiptap

Package

v4.x

Description

I noticed that a full-featured toolbar setup can significantly reduce editor responsiveness.

Simplest reproduction

The easiest reproduction I found is actually on the official docs page:

https://ui.nuxt.com/docs/components/editor

On the topmost Usage example, continuous deleting feels noticeably laggy.

By contrast, other editor examples on the same page feel significantly smoother.

So this does not seem to be just an app-specific integration issue. It looks more like something specific to the setup used in the Usage example, especially the fixed toolbar configuration.

Additional context

No response