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:
@@ -79,5 +79,5 @@ export const aggregators = Object.keys($.pivotUtilities.aggregators).map(key =>
|
|||||||
|
|
||||||
export async function getPivotCanvas (pivotOutput) {
|
export async function getPivotCanvas (pivotOutput) {
|
||||||
const tableElement = pivotOutput.querySelector('.pvtTable')
|
const tableElement = pivotOutput.querySelector('.pvtTable')
|
||||||
return await html2canvas(tableElement)
|
return await html2canvas(tableElement, { logging: false })
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user