mirror of
https://github.com/Rezmason/matrix.git
synced 2026-04-18 14:19:30 -07:00
Adding a "testFix" URL variable to help test potential fixes to open bugs in production.
This commit is contained in:
@@ -403,6 +403,7 @@ const parsePalette = (isHSL) => (s) => {
|
||||
};
|
||||
|
||||
const paramMapping = {
|
||||
testFix: { key: "testFix", parser: (s) => s },
|
||||
version: { key: "version", parser: (s) => s },
|
||||
font: { key: "font", parser: (s) => s },
|
||||
effect: { key: "effect", parser: (s) => s },
|
||||
|
||||
Reference in New Issue
Block a user