mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-25 06:48:11 +08:00
Bump frontend dependencies to Svelte 5 (#3648)
* Add more recommended VS Code default configs * Upgrade frontend dependencies including Svelte 5 * Fix derived_references_self runtime error * Fix lint warnings
This commit is contained in:
committed by
Timon Schelling
parent
3b55064f44
commit
915a344a05
@@ -754,9 +754,9 @@
|
||||
bind:this={inputRangeElement}
|
||||
/>
|
||||
{#if rangeSliderClickDragState === "Deciding"}
|
||||
<div class="fake-slider-thumb" />
|
||||
<div class="fake-slider-thumb"></div>
|
||||
{/if}
|
||||
<div class="slider-progress" />
|
||||
<div class="slider-progress"></div>
|
||||
{/if}
|
||||
{/if}
|
||||
</FieldInput>
|
||||
|
||||
Reference in New Issue
Block a user