I'm trying to enable the drag functionality on popup windows in Web AppBuilder version 2.12 (ArcGIS Enterprise 10.7.1). I tried to follow the steps detailed in this technical support article, but I don't see a mo.createWebMap section in utils.js. The closest I can find is
e.createWebMap=function(a,b,c,d){a=r.getStandardPortalUrl(a);a=r.getBaseItemUrl(a);N.arcgisUrl=a;return N.createMap(b,c,d)};Do the steps described in that article still apply on this version and I'm not looking in the right place, or has the code changed?