Dynamic click event

There is the following code:

<div class="d-flex flex-column" dmx-on:click="modal_delete_message.show()">
  <button id="btn" class="btn" dmx-on:click="var_updating.setValue(222)">Btn</button>
</div>

The flex container has dimensions, say 300*300 pixels. Is it possible to somehow simply achieve in the Wappler that when the button is pressed, the dynamic action of the container does not work? I know how to achieve this with ordinary JS, but I would prefer to use the Wappler solution, if there is one.

Community Page
Last updated: