wasabee-project / Wasabee-IITC

ENL DrawTools and Op Management
Apache License 2.0
30 stars 21 forks source link

async dialog content => async create dialog #280

Closed le-jeu closed 3 years ago

le-jeu commented 3 years ago

Wait for dialog content before showing the dialog This allows jquery/iitc dialog to place the dialog in the center of the screen with respect to the content on opening.

Additionally, don't use Promise.all when all promises are already fulfilled (synchronously)