Darginec05 / Yoopta-Editor

Build Notion-like, Craft-like, Coda-like, Medium-like editors with Yoopta
https://yoopta.dev/
MIT License
1.18k stars 91 forks source link

Added new API to editor with focus/blur #172

Closed Darginec05 closed 4 months ago

Darginec05 commented 4 months ago

Description

editor now supports three new API methods:

  1. editor.isFocused()
  2. editor.blur()
  3. editor.focus()

Fixes # (issue) https://github.com/Darginec05/Yoopta-Editor/issues/152

Type of change

Please tick the relevant option.

Checklist:

vercel[bot] commented 4 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
yoopta-editor ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 25, 2024 11:19pm
Darginec05 commented 4 months ago

add docs