We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e947faf commit 81c2543Copy full SHA for 81c2543
lib/pixel-perfect-actor.js
@@ -279,6 +279,9 @@ var PixelPerfectActor = ActorClass(
279
onNavigate: function({isTopLevel}) {
280
Trace.sysout("onNavigate " + isTopLevel);
281
282
+ // xxxHonza: remove anonymous content created for the
283
+ // previous page. We need onPreNavigate, perhaps?
284
+
285
if (isTopLevel) {
286
// Reset all anonymous content built for the previous page.
287
this.layers.forEach(layer => layer.content = null);
0 commit comments