chore(ckeditor5-keyboard-marker): port source code

This commit is contained in:
Elian Doran
2025-05-04 14:38:37 +03:00
parent 2a700da824
commit 11c437e67c
9 changed files with 30 additions and 79 deletions

View File

@@ -31,7 +31,7 @@ import {
import CKEditorInspector from '@ckeditor/ckeditor5-inspector';
import KeyboardMarker from '../src/keyboardmarker.js';
import Kbd from '../src/keyboardmarker.js';
import 'ckeditor5/ckeditor5.css';
@@ -39,7 +39,7 @@ ClassicEditor
.create( document.getElementById( 'editor' )!, {
licenseKey: 'GPL',
plugins: [
KeyboardMarker,
Kbd,
Essentials,
Autoformat,
BlockQuote,