All Topics
Inline Editing and Heartbeat
Hello,
I observed that Inline Editing is still available even when the WordPress Heartbeat indicates that the post is being edited by another user.
I think this is a problem. My solution is to fix this with a few lines of CSS :
tr.wp-locked td.acp-ie-editable div.acp-ie-controls {
display: none !important;
}
What do you think?
Thank you
You must be logged in to reply to this topic.