mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-13 02:49:06 +00:00
Officially enable SVG web viewer
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
document.addEventListener("wheel", (e) => {
|
||||
e.preventDefault();
|
||||
|
||||
const scaleFactor = 1.1;
|
||||
const scaleFactor = 1.2;
|
||||
|
||||
if (e.deltaY < 0) {
|
||||
scale *= scaleFactor;
|
||||
|
Reference in New Issue
Block a user