Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / quickedit / js / views / AppView.es6.js
index 1e3093e12a78b3e26c6d7247e9d0a1ead643cfe5..abd8fef6d0ea0de5642796a4b6933e026b512c24 100644 (file)
             if (context && context.reason === 'mouseleave') {
               accept = false;
             }
-            else {
-              // Check whether the transition has been confirmed?
-              if (context && context.confirmed) {
-                accept = true;
-              }
+            // Check whether the transition has been confirmed?
+            else if (context && context.confirmed) {
+              accept = true;
             }
           }
         }