chore: 🤖 remove mark.js from asset

This commit is contained in:
Jin
2025-03-28 16:43:11 +01:00
parent 3dc7636910
commit b30035834a
3 changed files with 2 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ import appContext from "../components/app_context.js";
import type FindWidget from "./find.js";
import type { FindResult } from "./find.js";
import 'mark.js';
import 'mark.js/dist/jquery.mark.es6.min.js';
const FIND_RESULT_SELECTED_CSS_CLASSNAME = "ck-find-result_selected";
const FIND_RESULT_CSS_CLASSNAME = "ck-find-result";