mirror of
https://github.com/lana-k/sqliteviz.git
synced 2026-08-04 23:09:17 +08:00
fix plotly patch file
This commit is contained in:
@@ -1,3 +1,17 @@
|
||||
diff --git a/node_modules/plotly.js/dist/plotly.js b/node_modules/plotly.js/dist/plotly.js
|
||||
index 28f5612..5b9956d 100644
|
||||
--- a/node_modules/plotly.js/dist/plotly.js
|
||||
+++ b/node_modules/plotly.js/dist/plotly.js
|
||||
@@ -34384,6 +34384,9 @@ var layoutUIControlPatterns = [{
|
||||
pattern: /^(shapes|annotations)/,
|
||||
attr: 'editrevision'
|
||||
}, {
|
||||
+ pattern: /^selections/,
|
||||
+ attr: 'selectionrevision'
|
||||
+},{
|
||||
pattern: /^title\.text$/,
|
||||
attr: 'editrevision'
|
||||
}];
|
||||
diff --git a/node_modules/plotly.js/src/plot_api/plot_api.js b/node_modules/plotly.js/src/plot_api/plot_api.js
|
||||
index 75e98f5..5c38053 100644
|
||||
--- a/node_modules/plotly.js/src/plot_api/plot_api.js
|
||||
|
||||
Reference in New Issue
Block a user