Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NsLearning/LangHelper
/ zoomOut
Function
zoomOut
ChatGPT/src-tauri/src/scripts/core.js:169–171 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
167
zoom((htmlZoom) => `${Math.min(parseInt(htmlZoom) + 10, 200)}%`);
168
}
169
function
zoomOut() {
170
zoom((htmlZoom) => `${Math.max(parseInt(htmlZoom) - 10, 30)}%`);
171
}
172
function
zoom0() {
173
zoom(() => `100%`);
174
}
Callers
nothing calls this directly
Calls
1
zoom
Function · 0.85
Tested by
no test coverage detected