serlo / serlo.org-legacy

Legacy implementation of https://serlo.org/
https://serlo.org/
Apache License 2.0
18 stars 3 forks source link

Fix redo button #613

Closed kulla closed 3 years ago

kulla commented 3 years ago

Closes #565

kulla commented 3 years ago

@inyono After updating edtr.io to 2.0.0-beta.0 I cannot import hasRedoActions() or hasUndoActions() from @edtr-io/store. I can see the changes in node_modules/@edtr-io/store/src/history/reducer.ts however the string hasRedoActions is missing in node_modules/@edtr-io/store/dist/store.cjs.development.js Can you have a look?

inyono commented 3 years ago

Looks okay at first glance, need to review what happened there. Good that I made a prerelease I guess... Sorry about that, I'll keep you updated.

inyono commented 3 years ago

Looks okay at first glance, need to review what happened there. Good that I made a prerelease I guess... Sorry about that, I'll keep you updated.

Fixed with 2.0.0-beta.1.

kulla commented 3 years ago

Looks okay at first glance, need to review what happened there. Good that I made a prerelease I guess... Sorry about that, I'll keep you updated.

Fixed with 2.0.0-beta.1.

Worked. Ready for merge. @inyono