mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2025-06-11 09:23:17 +02:00
manage sketches and file manager
This commit is contained in:
@ -176,6 +176,10 @@ function SettingsWindow() {
|
||||
saveAs(blob, "doodle3d.svg");
|
||||
}
|
||||
};
|
||||
|
||||
this.openFileManager = function() {
|
||||
location.href = "filemanager/"+location.search;
|
||||
}
|
||||
}
|
||||
|
||||
/*************************
|
||||
|
Reference in New Issue
Block a user