Prevent empty post list message from being draggable
-
Hey hijiri,
I made a quick change to the hicpo.js on line 3:
'items': 'tr:not(.no-items)',
I also added the following rule in hicpo.css:
.ui-sortable tr.no-items {
cursor: default;
}
These changes are a plus for user experience, as it prevents the “No posts found” row from behind draggable without effect.
Thanks for your wonderful plugin !
The topic ‘Prevent empty post list message from being draggable’ is closed to new replies.