#3075October 16, 2020by hellocaioπ¬ 3 answersβ€0
Hi. I updated GrapesJS to its current version 0.16.22 and I get an error on the callback function: editor.on("component:add", (model) => { editor.select(model); }); The error stack: Unhandled Rejection (TypeError): i.classList is undefined...
#3063October 6, 2020by HeyWreckerπ¬ 3 answersβ€2
Version: 0.6.18 You can get the version by typing grapesjs.version into the console Are you able to reproduce the bug from the demo? [ ] Yes [x] No I think this may be due to the demo being in full screen mode? What is the expected behavio...
#3027September 16, 2020by gpmonchπ¬ 3 answersβ€0
Are you able to reproduce the bug from the demo? No, in the image asset manager in the demo there is no option to remove images. What is the expected behavior? When removing an image, if a user decides to re-upload it, before closing the a...
#2842June 19, 2020by BerkeArasπ¬ 3 answersβ€0
Hello. I have a problem, that the text shadow on text element disappears when I doubleclick the element. What should I do? Here is my code: https://pastebin.berkearas.de/?e1c4c8db9a70894f#DCUHVHZzyhFTnAk2RoJ9faQxQPvAqWMoiBqXHMEzRH5G
#1696December 31, 2018by muhamdgomaa28π¬ 3 answersβ€0
Hi artf , i have created custom component and add traits for it , when dragging this component to editor and select it the setting traits work correctly . the proplem is when draged the same component behind the old component to editor and...
#1618November 29, 2018by ploutos27π¬ 3 answersβ€0
Hi, I'm facing as strange issue and I need your help. when I move components inside blocks, at the view model the changes successfully applied, but models it seems that grapsejs is not tracking (or I miss something), the parent components...
#1468September 27, 2018by kornflexπ¬ 3 answersβ€0
Hello, I can't translate asset manager title to french. Example : assetManager: { storageType: '', storeOnChange: true, storeAfterUpload: true, modalTitle: 'Gestion des images', uploadText: 'Glisser - dΓ©poser les images ici <br><br> <i>(2M...
#1369August 16, 2018by alimajed93π¬ 3 answersβ€0
Hello everyone, I have added many custom blocks and gave the same css class to all the images in those blocks. Let's call it for now 'image-class'. When I drag and drop 2 of those blocks and select 1 image in 1 of the blocks, the class 'im...
#1109May 14, 2018by FrciSmrciπ¬ 3 answersβ€1
Morning @artf :) I'm experiencing an similar problem to this issue. I can't drop any block (text, image, etc.) inside the column block from canvas. When I try to drop it inside layers it works normally, here is a short detailed screen reco...
#965March 20, 2018by mandarinobellinoπ¬ 3 answersβ€1
After integrating grapes to my platform a problem comes when, after refreshing the page, I click inside an elements : this one gets the style border: 3px solid rgb(0, 0, 0); This issue goes on with every type of element I've insert in the...