@ckeditor/ckeditor5-find-and-replace 48.1.0 → 48.2.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +6 -6
package/dist/index.js
CHANGED
|
@@ -556,7 +556,7 @@ import { escapeRegExp, debounce } from 'es-toolkit/compat';
|
|
|
556
556
|
let view;
|
|
557
557
|
if (isUiUsingDropdown) {
|
|
558
558
|
view = this._createDropdown();
|
|
559
|
-
// Button should be disabled when in source editing mode. See
|
|
559
|
+
// Button should be disabled when in source editing mode. See https://github.com/ckeditor/ckeditor5/issues/10001.
|
|
560
560
|
view.bind('isEnabled').to(findCommand);
|
|
561
561
|
} else {
|
|
562
562
|
view = this._createDialogButtonForToolbar();
|
|
@@ -690,7 +690,7 @@ import { escapeRegExp, debounce } from 'es-toolkit/compat';
|
|
|
690
690
|
const findCommand = editor.commands.get('find');
|
|
691
691
|
const buttonView = new ButtonClass(editor.locale);
|
|
692
692
|
const t = editor.locale.t;
|
|
693
|
-
// Button should be disabled when in source editing mode. See
|
|
693
|
+
// Button should be disabled when in source editing mode. See https://github.com/ckeditor/ckeditor5/issues/10001.
|
|
694
694
|
buttonView.bind('isEnabled').to(findCommand);
|
|
695
695
|
buttonView.set({
|
|
696
696
|
icon: IconFindReplace,
|