MCPcopy
hub / github.com/marktext/marktext / blurHandler

Method blurHandler

packages/muya/src/block/base/format.ts:338–343  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

336 }
337
338 override blurHandler() {
339 super.blurHandler();
340 const needRender = this.checkNeedRender();
341 if (needRender)
342 this.update();
343 }
344
345 /**
346 * Update emoji text if cursor is in emoji syntax.

Callers 2

_updateMatchesMethod · 0.45
activeContentBlockMethod · 0.45

Calls 2

checkNeedRenderMethod · 0.95
updateMethod · 0.45

Tested by

no test coverage detected