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 646fe4a commit cca54c2Copy full SHA for cca54c2
js/activity.js
@@ -1278,8 +1278,8 @@ define(MYDEFINES, function (compatibility) {
1278
var bounds = bitmap.getBounds();
1279
bitmap.cache(bounds.x, bounds.y, bounds.width, bounds.height);
1280
try {
1281
- console.log(bitmap.getCacheDataURL());
1282
- t.planet.ProjectStorage.saveLocally(data, bitmap.getCacheDataURL());
+ console.log(bitmap.bitmapCache.getCacheDataURL());
+ t.planet.ProjectStorage.saveLocally(data, bitmap.bitmapCache.getCacheDataURL());
1283
} catch (e) {
1284
console.log(e);
1285
}
0 commit comments