MCPcopy
hub / github.com/basecamp/trix / appendEmptyBlock

Method appendEmptyBlock

src/trix/models/html_parser.js:245–247  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

243 }
244
245 appendEmptyBlock() {
246 return this.appendBlockForAttributesWithElement([], null)
247 }
248
249 appendStringWithAttributes(string, attributes) {
250 return this.appendPiece(pieceForString(string, attributes))

Callers 2

appendBlockForElementMethod · 0.95
appendPieceMethod · 0.95

Tested by

no test coverage detected