Caleb Porzio 3 years ago
parent
commit
dbb107e41f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/cypress/manual-transition-test.html

+ 1 - 1
tests/cypress/manual-transition-test.html

@@ -121,7 +121,7 @@
         </tr>
 
         <tr style="border-bottom: 1px solid black;">
-            <td><code>x-transition.leave only</code></td>
+            <td><code>x-transition.leave only with @click.outside</code></td>
             <td>
                 <div x-data="{ open: false }">
                     <button @click="open = ! open">Toggle</button>