Custom Asset manager not showing up in full screen mode #4081
Unanswered
rajmadhawk
asked this question in
Q&A
Replies: 1 comment
-
can add a demo of your example? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I have integrated as custom asset manager by the following method
editor = grapesjs.init({
............................
assetManager: {
custom: true,
}
...................................
});
and calling it
editor.on('asset:custom', props => {
props.container.appendChild(open_customEditor('filename'));
});
The functionality works as desired when in regular mode. However, when in fullscreen mode, the modal for custom asset manager shows behind the fullscreen and not on top.
Is there any setting that needs to be maintained for the custom asset manager to show in full screen mode.
Beta Was this translation helpful? Give feedback.
All reactions