We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86d9953 commit 5dad796Copy full SHA for 5dad796
src/components/PlaceholderWithoutTracking.tsx
@@ -46,7 +46,6 @@ export default defineComponent({
46
right: props.scrollPosition.x + window.innerWidth,
47
top: props.scrollPosition.y,
48
};
49
-
50
return Boolean(
51
viewport.top - props.threshold <= boundingBox.bottom &&
52
viewport.bottom + props.threshold >= boundingBox.top &&
@@ -77,8 +76,6 @@ export default defineComponent({
77
76
width: `${props.width}px`,
78
79
});
80
- console.log('props', props);
81
82
return () => {
83
return (
84
<span ref={placeholder} style={styleProp.value}>
0 commit comments