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 2c47d49 commit dc55afbCopy full SHA for dc55afb
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