1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-08 02:58:54 +08:00
This commit is contained in:
lana-k
2021-12-19 15:57:30 +01:00
parent b2c2344951
commit 70a9edf57e

View File

@@ -57,7 +57,7 @@ export default {
}, },
created () { created () {
// https://github.com/plotly/plotly.js/issues/4555 // https://github.com/plotly/plotly.js/issues/4555
plotly.setPlotConfig ({ plotly.setPlotConfig({
notifyOnLogging: 1 notifyOnLogging: 1
}) })
}, },