Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit17ed925

Browse files
committed
unused variable removed
1 parentc8ba492 commit17ed925

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎client/packages/lowcoder/src/comps/generators/uiCompBuilder.tsx‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,6 @@ function UIView(props: {
248248

249249
letdefaultChildren=comp.children;
250250
constisNotContainer=defaultChildren.hasOwnProperty('style');
251-
constrestrictPaddingOnRotation=defaultChildren.hasOwnProperty('restrictPaddingOnRotation');
252251
letrotationVal=null
253252
letboxShadowVal=null;
254253
if(isNotContainer){
@@ -266,7 +265,7 @@ function UIView(props: {
266265
margin:'0px',
267266
// padding:'0px',
268267
padding:(
269-
rotationVal===null||rotationVal===undefined||restrictPaddingOnRotation
268+
rotationVal===null||rotationVal===undefined
270269
?'0px'
271270
:(
272271
boxShadowVal===null||boxShadowVal===undefined

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp