Skip to content

Commit

Permalink
Apply CR remarks
Browse files Browse the repository at this point in the history
  • Loading branch information
Mati365 committed Aug 20, 2024
1 parent cc086bc commit d8aaa84
Show file tree
Hide file tree
Showing 17 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion demos/cdn-multiroot-react/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<head>
<meta charset="utf-8">
<title>CKEditor 5 – React Multi Root Component – demo</title>
<title>CKEditor 5 via CDN – React Multi Root Component – demo</title>
<link rel="icon" href="data:;base64,iVBORw0KGgo=">
<style>
body {
Expand Down
2 changes: 1 addition & 1 deletion demos/cdn-react/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<head>
<meta charset="utf-8">
<title>CKEditor 5 – React Component – demo</title>
<title>CKEditor 5 via CDN – React Component – demo</title>
<link rel="icon" href="data:;base64,iVBORw0KGgo=">

<style>
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<head>
<meta charset="utf-8">
<title>CKEditor 5 – React Component – demo</title>
<title>CKEditor 5 via NPM – React Component – demo</title>
<link rel="icon" href="data:;base64,iVBORw0KGgo=">
<style>
body {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion demos/react/index.html → demos/npm-react/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<head>
<meta charset="utf-8">
<title>CKEditor 5 – React Component – demo</title>
<title>CKEditor 5 via NPM – React Component – demo</title>
<link rel="icon" href="data:;base64,iVBORw0KGgo=">

<style>
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<div style="display: flex; flex-direction: column;">
<p>Select the demo you want to test:</p>

<a href="/demos/react/index.html">Editor</a>
<a href="/demos/multiroot-react/index.html">Multiroot editor</a>
<a href="/demos/npm-react/index.html">NPM Editor</a>
<a href="/demos/npm-multiroot-react/index.html">NPM Multiroot editor</a>

<a href="/demos/cdn-react/index.html">CDN Editor</a>
<a href="/demos/cdn-multiroot-react/index.html">CDN Multiroot editor</a>
Expand Down
2 changes: 2 additions & 0 deletions src/useMultiRootEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import React, {
type Dispatch, type SetStateAction, type RefObject
} from 'react';

import { overwriteArray, overwriteObject, uniq } from '@ckeditor/ckeditor5-integrations-common';

import type {
InlineEditableUIView,
EditorConfig,
Expand Down

0 comments on commit d8aaa84

Please sign in to comment.