1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-06 18:18:53 +08:00

remove html2canvas logging

This commit is contained in:
lana-k
2021-09-03 15:58:20 +02:00
parent c4b0bdc870
commit 307cac06e6

View File

@@ -79,5 +79,5 @@ export const aggregators = Object.keys($.pivotUtilities.aggregators).map(key =>
export async function getPivotCanvas (pivotOutput) {
const tableElement = pivotOutput.querySelector('.pvtTable')
return await html2canvas(tableElement)
return await html2canvas(tableElement, { logging: false })
}