Skip to content
New issue

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

[BUG] Drag and drop blocks are not working in IE Browser #1022

Closed
suthars opened this issue Apr 9, 2018 · 2 comments
Closed

[BUG] Drag and drop blocks are not working in IE Browser #1022

suthars opened this issue Apr 9, 2018 · 2 comments
Labels

Comments

@suthars
Copy link

suthars commented Apr 9, 2018

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.

@artf
Copy link
Member

artf commented Apr 14, 2018

Fixed here #768 will be available in the next release

@artf artf closed this as completed Apr 14, 2018
@lock
Copy link

lock bot commented Sep 17, 2019

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.

@lock lock bot added the outdated label Sep 17, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Sep 17, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants