quasarframework/quasar-play

Error when you click a Button when it is showing tooltip and set loading on

eminpala opened this issue · 1 comments

It is happening when it is showing the tooltip.

<q-btn icon="playlist_add" round outline size="xs" class="float-right" color="primary" :loading="jLoading" @click="jLoading=true">
Copy to New List

This is the error:
DOMException: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.

Hi,

There is a reason for the issue template existing. Please reopen at least with a jsfiddle. Thank you.