mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-01 15:03:20 +02:00
feat: more changes and fixes
This commit is contained in:
@@ -38,7 +38,7 @@ htmx.defineExtension('htmx-download', {
|
||||
const mimetype = headers['content-type'] || 'application/octet-stream';
|
||||
|
||||
// Create Blob
|
||||
const blob = new Blob([xhr.response], {type: mimetype});
|
||||
const blob = new Blob([xhr.response], { type: mimetype });
|
||||
const url = URL.createObjectURL(blob);
|
||||
|
||||
// Trigger download
|
||||
|
||||
@@ -14,7 +14,8 @@ function initiateTooltips() {
|
||||
}
|
||||
|
||||
tippy('[data-tippy-content]', {
|
||||
theme: theme
|
||||
theme: theme,
|
||||
zIndex: 1050,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user