This commit is contained in:
oobabooga 2025-08-28 20:22:07 -07:00
parent fc2eb48664
commit d78b7d0fad

View file

@ -380,7 +380,7 @@ observer.observe(document.documentElement, {
const originalWarn = console.warn;
console.warn = function(...args) {
if (args[0] && typeof args[0] === 'string' && args[0].includes("Attempted to select a non-interactive or hidden tab")) {
if (args[0] && typeof args[0] === "string" && args[0].includes("Attempted to select a non-interactive or hidden tab")) {
return;
}