- Fix: Save broken on Firefox (since FF version?)
- Docs: Mention potentially more frequent release schedule - Docs (ReleaseInstructions): Update per new testing; update `grep-doc` -> `types-doc` and indicate current failing status; indicate when `build-doc` will be used; clarify `npm pack` - npm: Add newly renamed `jsdoc-check-overly-generic-types.js` to ignore - npm: Bump to 3.1.1
This commit is contained in:
3
dist/index-es.js
vendored
3
dist/index-es.js
vendored
@@ -29385,6 +29385,9 @@ editor.init = function () {
|
||||
var a = document.createElement('a');
|
||||
a.href = 'data:image/svg+xml;base64,' + encode64(svg);
|
||||
a.download = 'icon.svg';
|
||||
a.style = 'display: none;';
|
||||
document.body.append(a); // Need to append for Firefox
|
||||
|
||||
a.click(); // Alert will only appear the first time saved OR the
|
||||
// first time the bug is encountered
|
||||
|
||||
|
||||
2
dist/index-es.min.js
vendored
2
dist/index-es.min.js
vendored
File diff suppressed because one or more lines are too long
2
dist/index-es.min.js.map
vendored
2
dist/index-es.min.js.map
vendored
File diff suppressed because one or more lines are too long
3
dist/index-umd.js
vendored
3
dist/index-umd.js
vendored
@@ -29391,6 +29391,9 @@
|
||||
var a = document.createElement('a');
|
||||
a.href = 'data:image/svg+xml;base64,' + encode64(svg);
|
||||
a.download = 'icon.svg';
|
||||
a.style = 'display: none;';
|
||||
document.body.append(a); // Need to append for Firefox
|
||||
|
||||
a.click(); // Alert will only appear the first time saved OR the
|
||||
// first time the bug is encountered
|
||||
|
||||
|
||||
2
dist/index-umd.min.js
vendored
2
dist/index-umd.min.js
vendored
File diff suppressed because one or more lines are too long
2
dist/index-umd.min.js.map
vendored
2
dist/index-umd.min.js.map
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user