| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| |
| |
| |
| | |
Wait for the PDF to be loaded before doing anything
Closes #30531
See merge request !10493
|
| | |
| |
| |
| | |
Closes #30531
|
| |/ |
|
| | |
|
| |
|
|
|
|
|
| |
Sketch 43 files are technically a zip file, so the JavaScript opens the
zip file & locates a preview.png which is just a quick preview of the
last sketch page edited. After that is loaded it simply places the image
into the DOM
|
| | |
|
| | |
|
| | |
|
|
|
Now you can create a new file and select a target_branch != source_branch.
If the file that you want to create already exists on the target branch an error message is shown
A glDropdown is used to select and create a new branch instead of a text field.
|