mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-08 09:20:06 +02:00
[Editor] Load the model when the user switch to the stamp editing mode
This commit is contained in:
parent
464d534961
commit
a81b071d2d
3 changed files with 14 additions and 4 deletions
|
@ -88,6 +88,8 @@ class FakeMLManager {
|
|||
return null;
|
||||
}
|
||||
|
||||
async loadModel(_name) {}
|
||||
|
||||
async downloadModel(_name) {
|
||||
// Simulate downloading the model but with progress.
|
||||
// The progress can be seen in the new alt-text dialog.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue