react-native-calendar-timetable icon indicating copy to clipboard operation
react-native-calendar-timetable copied to clipboard

Potential Bug: Non Overlapping Items are shown half

Open NilsBaumgartner1994 opened this issue 2 years ago • 1 comments

If one of the entries is overlapping only a bit this results dividing the width of others too.

Bildschirmfoto 2023-01-18 um 02 15 46

Example Items:

[
            {
                "name": "",
                "weekday": 5,
                "color": "#682c8b",
                "building": "",
                "room": "",
                "location": "0",
                "start": "08:00",
                "end": "08:59"
            },
            {
                "name": "",
                "weekday": 5,
                "color": "#b02e7c",
                "building": "",
                "room": "",
                "location": "1",
                "start": "09:00",
                "end": "10:00"
            },
            {
                "name": "",
                "weekday": 5,
                "color": "#d60000",
                "building": "",
                "room": "",
                "location": "2",
                "start": "10:00",
                "end": "11:00"
            },
        ]

NilsBaumgartner1994 avatar Jan 18 '23 01:01 NilsBaumgartner1994

Workaround: By reducing all items for 1 minute fixes the problem

NilsBaumgartner1994 avatar Jan 18 '23 01:01 NilsBaumgartner1994