jodit-react 1.3.6 → 1.3.7
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/.idea/workspace.xml +12 -6
- package/package.json +1 -1
package/.idea/workspace.xml
CHANGED
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<project version="4">
|
|
3
3
|
<component name="ChangeListManager">
|
|
4
|
-
<list default="true" id="c6024368-e635-45fa-a1ee-da52613355c9" name="Default" comment=""
|
|
5
|
-
<change beforePath="$PROJECT_DIR$/examples/app.js" beforeDir="false" afterPath="$PROJECT_DIR$/examples/app.js" afterDir="false" />
|
|
6
|
-
<change beforePath="$PROJECT_DIR$/src/JoditEditor.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/JoditEditor.js" afterDir="false" />
|
|
7
|
-
</list>
|
|
4
|
+
<list default="true" id="c6024368-e635-45fa-a1ee-da52613355c9" name="Default" comment="" />
|
|
8
5
|
<option name="SHOW_DIALOG" value="false" />
|
|
9
6
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
10
7
|
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
@@ -119,6 +116,7 @@
|
|
|
119
116
|
<workItem from="1652298930531" duration="1141000" />
|
|
120
117
|
<workItem from="1652437315781" duration="1800000" />
|
|
121
118
|
<workItem from="1652514357052" duration="171000" />
|
|
119
|
+
<workItem from="1652606263267" duration="814000" />
|
|
122
120
|
</task>
|
|
123
121
|
<task id="LOCAL-00001" summary="Merge branch 'master' of https://github.com/jodit/jodit-react # Conflicts: #	package.json">
|
|
124
122
|
<created>1575919750934</created>
|
|
@@ -267,7 +265,14 @@
|
|
|
267
265
|
<option name="project" value="LOCAL" />
|
|
268
266
|
<updated>1652299993545</updated>
|
|
269
267
|
</task>
|
|
270
|
-
<
|
|
268
|
+
<task id="LOCAL-00022" summary="Fix Cannot read properties of undefined (reading 'off') bug wip Issue: https://github.com/jodit/jodit-react/issues/191">
|
|
269
|
+
<created>1652606378909</created>
|
|
270
|
+
<option name="number" value="00022" />
|
|
271
|
+
<option name="presentableId" value="LOCAL-00022" />
|
|
272
|
+
<option name="project" value="LOCAL" />
|
|
273
|
+
<updated>1652606378909</updated>
|
|
274
|
+
</task>
|
|
275
|
+
<option name="localTasksCounter" value="23" />
|
|
271
276
|
<servers />
|
|
272
277
|
</component>
|
|
273
278
|
<component name="TypeScriptGeneratedFilesManager">
|
|
@@ -289,7 +294,8 @@
|
|
|
289
294
|
<MESSAGE value="Added command npm run lint" />
|
|
290
295
|
<MESSAGE value="Fixed onBlur/onChange PR: https://github.com/jodit/jodit-react/pull/102/files" />
|
|
291
296
|
<MESSAGE value="React 18 support #187 Issue: https://github.com/jodit/jodit-react/issues/187" />
|
|
292
|
-
<
|
|
297
|
+
<MESSAGE value="Fix Cannot read properties of undefined (reading 'off') bug wip Issue: https://github.com/jodit/jodit-react/issues/191" />
|
|
298
|
+
<option name="LAST_COMMIT_MESSAGE" value="Fix Cannot read properties of undefined (reading 'off') bug wip Issue: https://github.com/jodit/jodit-react/issues/191" />
|
|
293
299
|
</component>
|
|
294
300
|
<component name="XSLT-Support.FileAssociations.UIState">
|
|
295
301
|
<expand />
|
package/package.json
CHANGED