Skip to content

Commit

Permalink
GN-4820: Bump editor and enable copy/pasting variable nodes correctly (
Browse files Browse the repository at this point in the history
  • Loading branch information
dkozickis authored Jun 14, 2024
1 parent 34c25e6 commit dabd46e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/clever-pandas-suffer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'frontend-gelinkt-notuleren': patch
---

GN-4820: Bump editor and enable copy/pasting variable nodes correctly
2 changes: 2 additions & 0 deletions app/components/rdfa-editor-container.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import applyDevTools from 'prosemirror-dev-tools';
import { modifier } from 'ember-modifier';
import { firefoxCursorFix } from '@lblod/ember-rdfa-editor/plugins/firefox-cursor-fix';
import { lastKeyPressedPlugin } from '@lblod/ember-rdfa-editor/plugins/last-key-pressed';
import recreateUuidsOnPaste from '@lblod/ember-rdfa-editor-lblod-plugins/plugins/variable-plugin/recreateUuidsOnPaste';
import { chromeHacksPlugin } from '@lblod/ember-rdfa-editor/plugins/chrome-hacks-plugin';
import {
editableNodePlugin,
Expand Down Expand Up @@ -55,6 +56,7 @@ export default class RdfaEditorContainerComponent extends Component {
chromeHacksPlugin(),
(this.args.shouldEditRdfa || this.args.shouldShowRdfa) &&
editableNodePlugin(),
recreateUuidsOnPaste,
)
.filter((nullCheck) => nullCheck);
}
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@lblod/ember-acmidm-login": "^2.0.0-beta.1",
"@lblod/ember-environment-banner": "^0.5.0",
"@lblod/ember-mock-login": "0.7.0",
"@lblod/ember-rdfa-editor": "9.10.0",
"@lblod/ember-rdfa-editor": "9.12.0",
"@lblod/ember-rdfa-editor-lblod-plugins": "19.3.0",
"@release-it-plugins/lerna-changelog": "^6.0.0",
"broccoli-asset-rev": "^3.0.0",
Expand Down

0 comments on commit dabd46e

Please sign in to comment.