mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-29 21:48:45 +02:00
N°8340 - CKEditor is slow with large texts
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import { Plugin } from '@ckeditor/ckeditor5-core';
|
||||
export default class UpdateInputOnChange extends Plugin {
|
||||
static get pluginName(): string;
|
||||
private debounceTimeout;
|
||||
init(): void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user