Compare commits
6 Commits
gitlab_mer
...
detail_v3_
| Author | SHA1 | Date | |
|---|---|---|---|
| 2290e334d1 | |||
| 7a12cb43be | |||
|
|
fd1ebcbc1c | ||
| 1fe0428caf | |||
| 938e5d0440 | |||
| 96511fa7f3 |
2
com.twin.app.shoptime/.gitignore
vendored
2
com.twin.app.shoptime/.gitignore
vendored
@@ -20,3 +20,5 @@ nul
|
||||
|
||||
.optimal
|
||||
OPTIMAL.md
|
||||
.docs
|
||||
|
||||
|
||||
@@ -192,16 +192,11 @@ export default function ShopNowContents({
|
||||
}
|
||||
}}
|
||||
spotlightId={`you-may-like-item-${index}`}
|
||||
onSpotlightUp={
|
||||
isYouMayLikeStart
|
||||
? (e) => {
|
||||
// YouMayLike 첫 번째 아이템에서 위로 가면 Close 버튼으로
|
||||
e.stopPropagation();
|
||||
e.preventDefault();
|
||||
Spotlight.focus('shownow_close_button');
|
||||
}
|
||||
: undefined
|
||||
}
|
||||
onSpotlightUp={(e) => {
|
||||
e.stopPropagation();
|
||||
e.preventDefault();
|
||||
Spotlight.focus('shownow_close_button');
|
||||
}}
|
||||
type={TYPES.horizontal}
|
||||
version={version}
|
||||
/>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
&::before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
left: -19px;
|
||||
left: -16px;
|
||||
top: 0;
|
||||
width: 1px;
|
||||
height: 100%;
|
||||
|
||||
Reference in New Issue
Block a user