revert: "feat(web): wasm justified layout" (#19226)

This commit is contained in:
Zack Pollard
2025-06-17 17:01:40 +01:00
committed by GitHub
parent 0684a3ada4
commit 4c69511225
13 changed files with 145 additions and 106 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ const storage = browser
};
export const TUNABLES = {
LAYOUT: {
WASM: getBoolean(storage.getItem('LAYOUT.WASM'), true),
WASM: getBoolean(storage.getItem('LAYOUT.WASM'), false),
},
TIMELINE: {
INTERSECTION_EXPAND_TOP: getNumber(storage.getItem('TIMELINE_INTERSECTION_EXPAND_TOP'), 500),