All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.src.edit.utils.js Maven / Gradle / Ivy

The newest version!
import { clearCaches } from "../measurement/position_measurement.js"

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)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy