mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
#1324: Render the whiteboard before export
- The exported/downloaded from drive whiteboard was empty otherwise
This commit is contained in:
parent
0704609690
commit
0005b933e9
@ -30,6 +30,7 @@ define([
|
||||
canvas.setWidth(w);
|
||||
canvas.setHeight(h);
|
||||
canvas.calcOffset();
|
||||
canvas.renderAll();
|
||||
|
||||
module.ext = '.png';
|
||||
canvas_node.toBlob(cb);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user