Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/marktext/marktext
/ activeContentBlock
Method
activeContentBlock
packages/muya/src/editor/index.ts:48–50 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
46
}
47
48
get activeContentBlock() {
49
return
this._activeContentBlock;
50
}
51
52
set activeContentBlock(block) {
53
const
{ activeContentBlock: oldActiveContentBlock } = this;
Callers
nothing calls this directly
Calls
2
focusHandler
Method · 0.80
blurHandler
Method · 0.45
Tested by
no test coverage detected