update comment

This commit is contained in:
chloelee767 2026-01-15 23:56:17 +08:00
parent c9ea0f9f7f
commit 6bd80d3a16

View File

@ -1,8 +1,8 @@
import { Plugin } from "ckeditor5";
/**
* Disables the mention feature (triggered by `@`) inside code blocks.
* This prevents the autocomplete popup from appearing when typing `@` within code blocks.
* Disables the mention feature inside code blocks.
* This prevents the autocomplete popup from appearing when typing `@` or `/` within code blocks.
*/
export default class DisableMentionInCodeBlock extends Plugin {
public static get pluginName() {