mirror of
https://github.com/open-webui/open-webui
synced 2025-05-01 03:22:28 +00:00
Fixing formatting
This commit is contained in:
parent
95598e5435
commit
f7d1833f41
@ -29,12 +29,12 @@
|
|||||||
zoomSpeed: 0.065
|
zoomSpeed: 0.065
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
function resetPanZoomViewport() {
|
function resetPanZoomViewport() {
|
||||||
console.log('Reset View');
|
console.log('Reset View');
|
||||||
instance.moveTo(0, 0);
|
instance.moveTo(0, 0);
|
||||||
instance.zoomAbs(0, 0, 1);
|
instance.zoomAbs(0, 0, 1);
|
||||||
console.log(instance.getTransform());
|
console.log(instance.getTransform());
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div bind:this={sceneParentElement} class="relative {className}">
|
<div bind:this={sceneParentElement} class="relative {className}">
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
export let className = 'size-4';
|
export let className = 'size-4';
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor" class={className}>
|
||||||
fill="currentColor"
|
<path
|
||||||
class={className}>
|
d="M463.5 224l8.5 0c13.3 0 24-10.7 24-24l0-128c0-9.7-5.8-18.5-14.8-22.2s-19.3-1.7-26.2 5.2L413.4 96.6c-87.6-86.5-228.7-86.2-315.8 1c-87.5 87.5-87.5 229.3 0 316.8s229.3 87.5 316.8 0c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0c-62.5 62.5-163.8 62.5-226.3 0s-62.5-163.8 0-226.3c62.2-62.2 162.7-62.5 225.3-1L327 183c-6.9 6.9-8.9 17.2-5.2 26.2s12.5 14.8 22.2 14.8l119.5 0z"
|
||||||
<path d="M463.5 224l8.5 0c13.3 0 24-10.7 24-24l0-128c0-9.7-5.8-18.5-14.8-22.2s-19.3-1.7-26.2 5.2L413.4 96.6c-87.6-86.5-228.7-86.2-315.8 1c-87.5 87.5-87.5 229.3 0 316.8s229.3 87.5 316.8 0c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0c-62.5 62.5-163.8 62.5-226.3 0s-62.5-163.8 0-226.3c62.2-62.2 162.7-62.5 225.3-1L327 183c-6.9 6.9-8.9 17.2-5.2 26.2s12.5 14.8 22.2 14.8l119.5 0z"/>
|
/>
|
||||||
</svg>
|
</svg>
|
Loading…
Reference in New Issue
Block a user