We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
There is some bug related to "Drag and drop blocks are not working in IE Browser ", I didn't get better solution regarding this issue.
Also there is no method to reinitialize the grapes editor. Here is my below script:
grapesjs.init({ container: '#gjs', plugins: ['gjs-blocks-basic'], components: newscontent, storageManager: { autosave: false, setStepsBeforeSave: 1, type: 'remote' }, assetManager: { assets: assetArr, upload: 1, dropzone: 0, uploadText:"Upload image here", openAssetsOnDrop: 0, modalTitle: 'Select Image', autoAdd: 1, handleAdd: (textFromInput) => { console.log(textFromInput); },
Please help me out of this issue.
The text was updated successfully, but these errors were encountered:
Fixed here #768 will be available in the next release
Sorry, something went wrong.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
No branches or pull requests
Hi,
There is some bug related to "Drag and drop blocks are not working in IE Browser ",
I didn't get better solution regarding this issue.
Also there is no method to reinitialize the grapes editor.
Here is my below script:
grapesjs.init({
container: '#gjs',
plugins: ['gjs-blocks-basic'],
components: newscontent,
storageManager: {
autosave: false,
setStepsBeforeSave: 1,
type: 'remote'
},
assetManager: {
assets: assetArr,
upload: 1,
dropzone: 0,
uploadText:"Upload image here",
openAssetsOnDrop: 0,
modalTitle: 'Select Image',
autoAdd: 1,
handleAdd: (textFromInput) => {
console.log(textFromInput);
},
Please help me out of this issue.
The text was updated successfully, but these errors were encountered: