#5742March 11, 2024by bernestoπ¬ 4 answersβ€2
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 answersβ€2
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 answersβ€0
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 answersβ€0
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 answersβ€1
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 answersβ€0
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 answersβ€1
how to add undo/redo event to UndoManager from custom rich text editor ckeditor?
#3290February 25, 2021by marcepobletπ¬ 3 answersβ€0
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 answersβ€0
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 answersβ€0
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...