MCPcopy Create free account
hub / github.com/hackmdio/codimd / refreshView

Function refreshView

public/js/index.js:2731–2735  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2729
2730// view actions
2731function refreshView () {
2732 ui.area.markdown.html('')
2733 isDirty = true
2734 updateViewInner()
2735}
2736
2737var updateView = _.debounce(function () {
2738 editor.operation(updateViewInner)

Callers 3

pretty.jsFile · 0.85
updatePermissionFunction · 0.85
updateViewInnerFunction · 0.85

Calls 1

updateViewInnerFunction · 0.85

Tested by

no test coverage detected