diff --git a/assets/vditor/dist/vditor_editor.html b/assets/vditor/dist/vditor_editor.html
index 42c0e55..8407cd4 100644
--- a/assets/vditor/dist/vditor_editor.html
+++ b/assets/vditor/dist/vditor_editor.html
@@ -148,6 +148,10 @@
cursor.scrollIntoView({ block: 'center', behavior: 'smooth' });
}
}
+
+ function requestHeightUpdate() {
+ requestAnimationFrame(notifyHeight);
+ }