make window draggable by sidebar
This commit is contained in:
parent
947f4bdc7f
commit
f8e33773d3
|
@ -31,7 +31,7 @@
|
|||
})
|
||||
</script>
|
||||
|
||||
<div class={style.sidebar} bind:this={self}>
|
||||
<div data-tauri-drag-region class={style.sidebar} bind:this={self}>
|
||||
|
||||
<button aria-label="back" class={style.button + ' ' + style.back} on:click={(_) => { back() }}>
|
||||
<Icon src={VscArrowLeft} color='#b2b2b2' size='17px' />
|
||||
|
|
Loading…
Reference in New Issue