Bug report
When the text of a drawer item contains multiple words, the hidden class is not removed.
Reproduction of the problem
Open and run this dojo
Notice the second item text is "My Notifications".
Click on the second item
Drawer content is not displayed
Current behavior
On click of an item with multiple words, the drawer content is not displayed
Expected/desired behavior
On click of an item with multiple words, the drawer content should be displayed.
A possible solution could be the removal of spaces:
e.sender.drawerContainer.find("#drawer-content").find("#" + e.item.find(".k-item-text").text().replace(" ","")).removeClass("hidden");
Environment
Kendo UI version: 2019.3.1023
Browser: [all]