Label

Undo-manager issues in GrapesJS

30 questions in the GrapesJS community archive, 0 community-vetted. Sorted by most discussed β€” see real fixes, errors and code references.

#5742March 11, 2024by bernestoπŸ’¬ 4 answers2

Building on Windows 10+

GrapesJS version [X] I confirm to use the latest version of GrapesJS What browser are you using? Chrome v122 Reproducible demo link N/A Describe the bug How to reproduce the bug?Checkout git onto a Windows 10+ machineBuild using provided p...

#4947February 27, 2023by FaisalShaikhHAπŸ’¬ 4 answers2

Undo manager not working properly on undoing a remove action

GrapesJS version[X] I confirm to use the latest version of GrapesJSWhat browser are you using? Chrome - version 110.0.5481.100 (Official Build) (arm64)Reproducible demo link https://codepen.io/faisal-praella/pen/ExeNwxJDescribe the bugI ha...

#3639July 23, 2021by anatoli-dpπŸ’¬ 4 answers0

[Feature]: Improve UndoManager API

One thing i think would add great functionality is a more detailed history stack. U can get the undo stack and build a sort of history report from it of all the edits one has made but it is a little unclear as to what each edit was (at lea...

#3161November 27, 2020by ssmanoj-grapesπŸ’¬ 4 answers0

Editor Undo is removing collection and unable to replace the component

The collection of the selected component before Undo The collection of the selected component after Undo Code to replace the component with new component Uncaught TypeError: n.getEl is not a function and Uncaught TypeError: t.getSelectors...

#6087August 24, 2024by leo-budgetsimpleπŸ’¬ 3 answers1

Undo doesn't work after a Component's innerHTML is changed

GrapesJS version [X] I confirm to use the latest version of GrapesJS What browser are you using? Latest Reproducible demo link https://jsfiddle.net/condsjm1/ Describe the bug How to reproduce the bug?Change a Component's innerHTML Press CT...

#3577June 29, 2021by alimajed93πŸ’¬ 3 answers0

The UndoManager hasUndo() method returns true when it shouldnt

I am trying to disable the undo button when there are no undo actions to do. To do so, I am listening to 'change:changesCount' event, and using editor?.attributes?.UndoManager?.hasUndo() to set the undo button disabled state. editor.on('ch...

#3394April 8, 2021by alext2793πŸ’¬ 3 answers1

UndoManager add

how to add undo/redo event to UndoManager from custom rich text editor ckeditor?

#3290February 25, 2021by marcepobletπŸ’¬ 3 answers0

The changesCount parameter should be reset to zero when we undo the images

Version: v0.16.41 Are you able to reproduce the bug from the demo? [ ] No What is the expected behavior? The changesCount parameter should be reset to zero when we undo the images Describe the bug detailed Steps:add an imagedelete the imag...

#6704February 13, 2026by mehdimoslehiπŸ’¬ 2 answers0

editor crashes and template won’t load (TypeError reading type)

GrapesJS version [x] I confirm to use the latest version of GrapesJS What browser are you using? Chrome Version 143.0.7499.193 Reproducible demo link https://app.rechat.com/dashboard/marketing/history/Letter?printCampaignId=28f0587d-8738-4...

#6171September 24, 2024by rhoenerSBSπŸ’¬ 2 answers0

[Question]: Track custom storable with UndoManager

GrapesJS version [X] I confirm to use the latest version of GrapesJS What browser are you using? Chrome v129 Reproducible demo link not applicable Describe the bug HI @artf, I am currently implementing an editor with grapesjs in which it i...

View all 30 Undo-manager issues β†’