Issue 3480661: Add padding to bottom of ckeditor content.
Closes #3480661
Merge request reports
Activity
these two conditions would be always true:
if ($changedWarning.parents('.gin-table-scroll-wrapper').has('.tabledrag-toggle-weight-wrapper'))
if ($changedWarning.parents('.gin-table-scroll-wrapper'))
I would propose to utilize
hasClass
instead ofhas
and also $changedWarning.parents('.gin-table-scroll-wrapper').length > 0
Please register or sign in to reply