File "utils.js"
Full path: /home/kosmetik/public_html/wp-content/plugins/acf-code-field/js/codemirror-5.23.0/src/edit/utils.js
File
size: 267 B
MIME-type: text/plain
Charset: utf-8
Download Open Edit Advanced Editor Back
import { clearCaches } from "../measurement/position_measurement"
export function themeChanged(cm) {
cm.display.wrapper.className = cm.display.wrapper.className.replace(/\s*cm-s-\S+/g, "") +
cm.options.theme.replace(/(^|\s)\s*/g, " cm-s-")
clearCaches(cm)
}