Skip to content

Commit c017e1b

Browse files
committed
25.11.13 Some fix
1 parent b18b7ae commit c017e1b

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Debug/script/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,7 @@ Init = async function () {
503503
ui_.Show = 1;
504504
Resize();
505505
AddEvent("BrowserCreatedEx", "setTimeout(async function () { SetWindowAlpha(await GetTopWindow(), 255); }, 99);");
506+
WebBrowser.DropMode = 1;
506507
ClearEvent("Layout");
507508
ClearEvent("Load");
508509
g_.ShowError = true;

Debug/script/sync.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ g_.arError = api.CreateObject("Array");
6969

7070
AboutTE = function (n) {
7171
if (n == 0) {
72-
return te.Version < 20251016 ? te.Version : 20251016;
72+
return te.Version < 20251016 ? te.Version : 20251113;
7373
}
7474
if (n == 1) {
7575
const v = AboutTE(0);

Debug/script/sync1.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3890,7 +3890,6 @@ InitWindow = function () {
38903890
ChangeView(cFV[i]);
38913891
}
38923892
}
3893-
WebBrowser.DropMode = 1;
38943893
}
38953894

38963895
Threads = api.CreateObject("Object");

0 commit comments

Comments
 (0)