@xuda.io/runtime-bundle 1.0.874 → 1.0.875
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -27888,7 +27888,7 @@ func.UI.worker.execute = async function (SESSION_ID, queue_obj) {
|
|
|
27888
27888
|
return func.UI.worker.delete_job(SESSION_ID, queue_obj.job_num);
|
|
27889
27889
|
},
|
|
27890
27890
|
set_viewport_height: async function () {
|
|
27891
|
-
const { $
|
|
27891
|
+
const { $container, height } = queue_obj?.paramsP || {};
|
|
27892
27892
|
|
|
27893
27893
|
// $elm.data().xuData.viewport_height = $div.height();
|
|
27894
27894
|
|