Compare commits
1 Commits
11ac6ad9ba
...
lavoce
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9000d5da71 |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -6,7 +6,6 @@ yarn-debug.log*
|
|||||||
yarn-error.log*
|
yarn-error.log*
|
||||||
pnpm-debug.log*
|
pnpm-debug.log*
|
||||||
lerna-debug.log*
|
lerna-debug.log*
|
||||||
*.config
|
|
||||||
|
|
||||||
node_modules
|
node_modules
|
||||||
dist
|
dist
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<system.webServer>
|
<system.webServer>
|
||||||
<rewrite>
|
<rewrite>
|
||||||
<rules>
|
<rules>
|
||||||
<rule name="CallOfDuty">
|
<rule name="reactViteSypiu">
|
||||||
<match url=".*" />
|
<match url=".*" />
|
||||||
<conditions logicalGrouping="MatchAll">
|
<conditions logicalGrouping="MatchAll">
|
||||||
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
|
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
|
||||||
|
|||||||
@@ -135,7 +135,6 @@ const setValSvg = (listenTopic, svg) => {
|
|||||||
// el.setAttribute('text-anchor', 'middle');
|
// el.setAttribute('text-anchor', 'middle');
|
||||||
// el.setAttribute('x', '10%');
|
// el.setAttribute('x', '10%');
|
||||||
// }
|
// }
|
||||||
|
|
||||||
if (typeof value === 'boolean') {
|
if (typeof value === 'boolean') {
|
||||||
handleBoolean(svg, el, value);
|
handleBoolean(svg, el, value);
|
||||||
} else if (!isNaN(value)) {
|
} else if (!isNaN(value)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user