MCPcopy Create free account
hub / github.com/JiHong88/suneditor / controllerClose

Method controllerClose

src/plugins/command/codeBlock.js:227–232  ·  view source on GitHub ↗

@hook Module.Controller

()

Source from the content-addressed store, hash-verified

225
226 /** @hook Module.Controller */
227 controllerClose() {
228 if (this.#hoverCurrentPre) {
229 dom.utils.removeClass(this.#hoverCurrentPre, 'se-pre-code-focus');
230 this.#hoverCurrentPre = null;
231 }
232 }
233
234 #onHoverSelect(langValue) {
235 if (!this.#hoverCurrentPre) return;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected