Christof Kälin

Results 3 comments of Christof Kälin

OK, thanks I'll try it :-) Yesterday I „solved“ it using `onBlur={() => this.setState({titleTouched: true})}` but having more local state in a subcomponent did not feel right.

I did some testing with all my calendar sources separately: The root cause of my specific problem was that one of my 3 Proton Calendar exports had some quirky repeating...

> The issue could be solved by adding a custom CSS: `.heatmap-calendar-boxes li { margin-inline-start: 0 !important; }` That seems to work, thanks a ton! I haven't even known that...