We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e623a6 commit 38f799dCopy full SHA for 38f799d
js/library.js
@@ -75,6 +75,7 @@
75
76
// remove the 'type' while refreshing the library page on creation of a new chart.
77
// this is to avoid cases where users have filtered for chart type A and end up creating chart type B
78
+ // remove 'addnew' as well so that the popup doesnt keep popping up.
79
wnd.send_to_editor = function () {
80
wnd.location.href = vu.base.replace(/type=[a-zA-Z]*/, '').replace(/addnew/, '');
81
};
0 commit comments