Hello,
Iam struggling with deleting the popup box next to event. Whenever user clicks event the popup box appears on the left side of event.I want to prevent it from happening or remove this popup box. I tried to set:
scheduler.config.icons_select = null
but it brings me errors from library side.
scheduler.config.icons_select = []
this case still shows pencil icon inside popup.