Occasionally workout tags form wouldnt open, unsure what root cause is as I could see dom being updated in dev tools. Attempting to change hide/show logic (will add logs if doesnt work)
This commit is contained in:
@@ -4,18 +4,18 @@
|
|||||||
}}
|
}}
|
||||||
</div>
|
</div>
|
||||||
<span id="tag-form-show-w-{{ workout_id }}" class="cursor-pointer" _="on click
|
<span id="tag-form-show-w-{{ workout_id }}" class="cursor-pointer" _="on click
|
||||||
toggle .hidden on #tag-form-w-{{ workout_id }}
|
remove .hidden from #tag-form-w-{{ workout_id }}
|
||||||
then toggle .hidden on #tag-form-hide-w-{{ workout_id }}
|
then remove .hidden from #tag-form-hide-w-{{ workout_id }}
|
||||||
then toggle .hidden on me">
|
then add .hidden">
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"
|
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"
|
||||||
class="w-6 h-6" data-darkreader-inline-stroke="" style="--darkreader-inline-stroke: currentColor;">
|
class="w-6 h-6" data-darkreader-inline-stroke="" style="--darkreader-inline-stroke: currentColor;">
|
||||||
<path stroke-linecap="round" stroke-linejoin="round" d="M12 4.5v15m7.5-7.5h-15"></path>
|
<path stroke-linecap="round" stroke-linejoin="round" d="M12 4.5v15m7.5-7.5h-15"></path>
|
||||||
</svg>
|
</svg>
|
||||||
</span>
|
</span>
|
||||||
<span id="tag-form-hide-w-{{ workout_id }}" _="on click
|
<span id="tag-form-hide-w-{{ workout_id }}" _="on click
|
||||||
toggle .hidden on #tag-form-w-{{ workout_id }}
|
add .hidden to #tag-form-w-{{ workout_id }}
|
||||||
then toggle .hidden on #tag-form-show-w-{{ workout_id }}
|
then remove .hidden from #tag-form-show-w-{{ workout_id }}
|
||||||
then toggle .hidden on me" class="cursor-pointer hidden">
|
then add .hidden" class="cursor-pointer hidden">
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"
|
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"
|
||||||
class="w-6 h-6">
|
class="w-6 h-6">
|
||||||
<path stroke-linecap="round" stroke-linejoin="round" d="M19.5 12h-15" />
|
<path stroke-linecap="round" stroke-linejoin="round" d="M19.5 12h-15" />
|
||||||
|
|||||||
Reference in New Issue
Block a user