We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adf8a05 commit 054fc39Copy full SHA for 054fc39
src/components/tile-manager/resize-state.ts
@@ -10,7 +10,7 @@ import type {
10
TileResizeDimensions,
11
} from './types.js';
12
13
-const CssValues = new RegExp(/(?<start>\d+)?\s*\/?\s*span\s*(?<span>\d+)?/gi);
+const CssValues = /(?<start>\d+)?\s*\/?\s*span\s*(?<span>\d+)?/gi;
14
15
function parseTileGridRect(tile: IgcTileComponent): TileGridPosition {
16
const computed = getComputedStyle(tile);
0 commit comments