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 9f966b1 commit d4894e2Copy full SHA for d4894e2
shelly/plotlyjs/static/plotlyjs/src/queue.js
@@ -87,7 +87,8 @@ queue.undo = function undo (gd) {
87
var queueObj,
88
i;
89
90
- if (!gd) { gd = Tabs.get(); }
+ if(!gd) gd = Tabs.get(); // FIXME
91
+
92
if(gd.framework && gd.framework.isPolar){
93
gd.framework.undo();
94
return;
@@ -122,7 +123,8 @@ queue.redo = function redo (gd) {
122
123
124
125
126
127
128
129
gd.framework.redo();
130
0 commit comments