fix quickstyle properties with app navigation

This commit is contained in:
Ruben Fiszel
2023-05-09 23:29:43 +02:00
parent 83ea50bb26
commit 6c2627003b
@@ -37,6 +37,7 @@
class="resize-y duration-200 {inputClass}"
{...$$restProps}
on:input={handleInput}
on:keydown|stopPropagation
on:focus
on:blur
/>
@@ -48,6 +49,7 @@
class="duration-200 {(type === 'number' && value ? '!pr-[26px] ' : '') + inputClass}"
{...$$restProps}
on:input={handleInput}
on:keydown|stopPropagation
on:focus
on:blur
/>