This commit is contained in:
pypy
2020-01-11 22:39:42 +09:00
parent d3568f65b5
commit 9fbac82505
+1 -1
View File
@@ -2507,7 +2507,7 @@ if (window.CefSharp) {
} }
ctx.expired_ = false; ctx.expired_ = false;
if (ctx.tags) { if (ctx.tags) {
[ctx.group_] = ctx.tags; ctx.group_ = ctx.tags;
} }
return ctx; return ctx;
}; };