1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2026-02-04 07:28:55 +08:00

ensure webgl is enabled infirefox

This commit is contained in:
lana-k
2025-12-24 17:25:25 +01:00
parent b6a12668d3
commit e000ee71fc

View File

@@ -90,7 +90,8 @@ module.exports = function (config) {
base: 'FirefoxHeadless',
prefs: {
'dom.w3c_touch_events.enabled': 1,
'dom.events.asyncClipboard.clipboardItem': true
'dom.events.asyncClipboard.clipboardItem': true,
'webgl.disabled': false
}
}
},