Skip to content

Commit

Permalink
update editor (#1086)
Browse files Browse the repository at this point in the history
- fix `<unmatched />` node to only have attribute `marker` (not `style`)
- ignore forward slash keypress or if contained in paste or drag
  • Loading branch information
irahopkinson authored Aug 22, 2024
1 parent c2e00ee commit 52a5948
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions extensions/src/platform-scripture-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"platform-bible-utils": "file:../../../lib/platform-bible-utils"
},
"devDependencies": {
"@biblionexus-foundation/platform-editor": "^0.5.2",
"@biblionexus-foundation/scripture-utilities": "^0.0.3",
"@biblionexus-foundation/platform-editor": "^0.5.3",
"@biblionexus-foundation/scripture-utilities": "^0.0.4",
"@swc/core": "^1.4.11",
"@types/node": "^20.12.2",
"@types/react": "^18.2.73",
Expand Down
2 changes: 1 addition & 1 deletion extensions/src/platform-scripture/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"platform-bible-utils": "file:../../../lib/platform-bible-utils"
},
"devDependencies": {
"@biblionexus-foundation/scripture-utilities": "^0.0.3",
"@biblionexus-foundation/scripture-utilities": "^0.0.4",
"@swc/core": "^1.4.11",
"@types/node": "^20.12.2",
"@types/react": "^18.2.73",
Expand Down
40 changes: 20 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 52a5948

Please sign in to comment.