Fix bandwidth chart growing infinitely
Use container.clientWidth/clientHeight instead of getBoundingClientRect and stop overriding canvas style dimensions. CSS 100% handles display sizing, canvas.width/height handles DPR-scaled render resolution. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
3c510fc265
commit
ba673b9e53
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "real-debrid-downloader",
|
||||
"version": "1.4.99",
|
||||
"version": "1.5.0",
|
||||
"description": "Real-Debrid Downloader Desktop (Electron + React + TypeScript)",
|
||||
"main": "build/main/main/main.js",
|
||||
"author": "Sucukdeluxe",
|
||||
|
||||
Reference in New Issue
Block a user