unmask

Removes a mask that was placed over an element using the mask action.

Example:

{% wire action={unmask target="logon_outer"} %}

In this example the mask over the logon_outer div will be removed.

Edit on GitHub