You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would be great to allow for more control over the edit dialog size and position.
Indeed, I would like to customize the pixel location (top and left) of the edit dialog along with its size (width and height) and, of course, to have eveyrhing updatable when the user resize the editor even if a dialog is active.
I think it would be great to add an event which receives the size and position as an array before they are applied to the dialog. I managed to change the dialog width using the "resize" event but changing its position is a no-go: I tried to edit the css top and left properties but it seems something is updating them afterwards?!
The text was updated successfully, but these errors were encountered:
I think it would be great to allow for more control over the edit dialog size and position.
Indeed, I would like to customize the pixel location (top and left) of the edit dialog along with its size (width and height) and, of course, to have eveyrhing updatable when the user resize the editor even if a dialog is active.
I think it would be great to add an event which receives the size and position as an array before they are applied to the dialog. I managed to change the dialog width using the "resize" event but changing its position is a no-go: I tried to edit the css
top
andleft
properties but it seems something is updating them afterwards?!The text was updated successfully, but these errors were encountered: