mirror of
https://github.com/lana-k/sqliteviz.git
synced 2026-08-04 23:09:17 +08:00
13 lines
543 B
Diff
13 lines
543 B
Diff
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
|
|
+++ b/node_modules/plotly.js/src/plot_api/plot_api.js
|
|
@@ -2394,6 +2394,7 @@ var layoutUIControlPatterns = [
|
|
|
|
{pattern: /^legend\.(x|y)$/, attr: 'editrevision'},
|
|
{pattern: /^(shapes|annotations)/, attr: 'editrevision'},
|
|
+ {pattern: /^selections/, attr: 'selectionrevision'},
|
|
{pattern: /^title\.text$/, attr: 'editrevision'}
|
|
];
|
|
|