Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / text / text.js
index c760f2dd2c3345d17b1aec1ce942325b273cdb65..25a31e4221130e92e4c76ebec8f728addb8701a0 100644 (file)
@@ -13,7 +13,7 @@
 
         var $summary = $widget.find('.js-text-summary-wrapper');
         var $summaryLabel = $summary.find('label').eq(0);
-        var $full = $widget.find('.js-text-full').closest('.js-form-item');
+        var $full = $widget.children('.js-form-type-textarea');
         var $fullLabel = $full.find('label').eq(0);
 
         if ($fullLabel.length === 0) {