File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
taro-platform-harmony/src/runtime-framework/solid/reconciler Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import type { Style, TaroElement } from '@tarojs/runtime'
5
5
6
6
export type Props = Record < string , unknown >
7
7
8
- const IS_NON_DIMENSIONAL = / m a x | a s p e c t | a c i t | e x (?: s | g | n | p | $ ) | r p h | g r i d | o w s | m n c | n t w | i n e [ c h ] | z o o | ^ o r d | i t e r a / i
8
+ const IS_NON_DIMENSIONAL = / a s p e c t | a c i t | e x (?: s | g | n | p | $ ) | r p h | g r i d | o w s | m n c | n t w | i n e [ c h ] | z o o | ^ o r d | i t e r a / i
9
9
10
10
function isEventName ( s : string ) {
11
11
return s [ 0 ] === 'o' && s [ 1 ] === 'n'
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import type { Style, TaroElement } from '@tarojs/runtime'
7
7
8
8
export type Props = Record < string , unknown >
9
9
10
- const IS_NON_DIMENSIONAL = / m a x | a s p e c t | a c i t | e x (?: s | g | n | p | $ ) | r p h | g r i d | o w s | m n c | n t w | i n e [ c h ] | z o o | ^ o r d | i t e r a / i
10
+ const IS_NON_DIMENSIONAL = / a s p e c t | a c i t | e x (?: s | g | n | p | $ ) | r p h | g r i d | o w s | m n c | n t w | i n e [ c h ] | z o o | ^ o r d | i t e r a / i
11
11
12
12
function isEventName ( s : string ) {
13
13
return s [ 0 ] === 'o' && s [ 1 ] === 'n'
You can’t perform that action at this time.
0 commit comments