mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-17 17:19:30 -07:00
redraw on entering/leaving enhanced close #198
This commit is contained in:
@@ -48,7 +48,7 @@ const enhancedScreenChange = (value) => {
|
||||
container.classList.remove('enhanced');
|
||||
}
|
||||
// Trigger resize to recalculate scaling for new width
|
||||
window.dispatchEvent(new Event('resize'));
|
||||
window.dispatchEvent(new Event('redraw'));
|
||||
};
|
||||
|
||||
const kioskChange = (value) => {
|
||||
|
||||
Reference in New Issue
Block a user