File "saw_special_spans.js"

Full path: /home/kosmetik/public_html/wp-content/plugins/acf-code-field/js/codemirror-5.23.0/src/line/saw_special_spans.js
File size: 253 B
MIME-type: text/plain
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

// Optimize some code when these features are not used.
export let sawReadOnlySpans = false, sawCollapsedSpans = false

export function seeReadOnlySpans() {
  sawReadOnlySpans = true
}

export function seeCollapsedSpans() {
  sawCollapsedSpans = true
}