fix dragdrop
All checks were successful
Deploy to Production / deploy (push) Successful in 11s

This commit is contained in:
Đặng Minh Quang
2026-02-25 13:28:30 +07:00
parent 063d5c7146
commit 473885b1ac
4 changed files with 5 additions and 5 deletions

View File

@@ -26983,11 +26983,11 @@ cr.getObjectRefTable = function () { return [
cr.plugins_.Browser,
cr.plugins_.Function,
cr.plugins_.remoteplugin,
cr.plugins_.SenaPlugin,
cr.plugins_.Sprite,
cr.plugins_.SenaPlugin,
cr.plugins_.SpriteFontPlus,
cr.plugins_.Text,
cr.plugins_.Touch,
cr.plugins_.Text,
cr.behaviors.Rex_MoveTo,
cr.behaviors.Fade,
cr.behaviors.DragnDrop,

File diff suppressed because one or more lines are too long

View File

@@ -1,5 +1,5 @@
{
"version": 1771994893,
"version": 1772000848,
"fileList": [
"data.js",
"c2runtime.js",

View File

@@ -333,7 +333,7 @@ SenaSDK.prototype.getTotalQuestions = function () {
};
// Settings cho postMessage waiting
SenaSDK.prototype.POSTMESSAGE_TIMEOUT_MS = 1000; // 5 giây (chỉ dùng cho preview mode)
SenaSDK.prototype.POSTMESSAGE_TIMEOUT_MS = 3000; // 5 giây (chỉ dùng cho preview mode)
SenaSDK.prototype.load = function (callback, template = "G2510S1T30") {
let self = this;