bootstrap-x-editable-rails icon indicating copy to clipboard operation
bootstrap-x-editable-rails copied to clipboard

Adding display:none on Chrome/Safari

Open samuelcastro opened this issue 9 years ago • 1 comments

Hi guys, I've created a new issue on x-editable project, pasting here for your information.

https://github.com/vitalets/x-editable/issues/838

samuelcastro avatar Nov 22 '15 15:11 samuelcastro

Fixed just forcing a display: inline after some event, like so:

success: function(response, newValue) {
    $(this).css('display', 'inline');
}

samuelcastro avatar Dec 05 '15 17:12 samuelcastro