MCPcopy Create free account
hub / github.com/TruthHun/BookStack / afterEvent

Function afterEvent

static/wangEditor/js/wangEditor.js:4503–4508  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

4501 }
4502
4503 function afterEvent(e) {
4504 if (isOrderedList) {
4505 // 再设置有序列表
4506 editor.command(e, 'InsertOrderedList');
4507 }
4508 }
4509
4510 // 创建droplist
4511 var tpl = '{#commandValue}{#title}';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected