diff --git a/patches/plotly.js+2.35.3.patch b/patches/plotly.js+2.35.3.patch index 90c9546..bfb9a43 100644 --- a/patches/plotly.js+2.35.3.patch +++ b/patches/plotly.js+2.35.3.patch @@ -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