Skip to content

Commit 5dad796

Browse files
committed
style: clear
1 parent 86d9953 commit 5dad796

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/components/PlaceholderWithoutTracking.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ export default defineComponent({
4646
right: props.scrollPosition.x + window.innerWidth,
4747
top: props.scrollPosition.y,
4848
};
49-
5049
return Boolean(
5150
viewport.top - props.threshold <= boundingBox.bottom &&
5251
viewport.bottom + props.threshold >= boundingBox.top &&
@@ -77,8 +76,6 @@ export default defineComponent({
7776
width: `${props.width}px`,
7877
};
7978
});
80-
console.log('props', props);
81-
8279
return () => {
8380
return (
8481
<span ref={placeholder} style={styleProp.value}>

0 commit comments

Comments
 (0)