From 1043a03c96075231489dcf003f79d50c434af10c Mon Sep 17 00:00:00 2001 From: lana-k Date: Sun, 5 Jul 2026 19:38:03 +0200 Subject: [PATCH] fix plotly patch file --- patches/plotly.js+2.35.3.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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