mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-19 15:41:31 +03:00
fix:change the place where the tooltip should appear
This commit is contained in:
parent
7eabc10e4f
commit
50512c79ba
@ -16,7 +16,6 @@
|
||||
|
||||
<div
|
||||
class="wrapper"
|
||||
use:tooltip={isNavCollapsed ? project?.title : ''}
|
||||
use:clickOutside={{
|
||||
handler: () => {
|
||||
popup.hide();
|
||||
@ -27,6 +26,7 @@
|
||||
>
|
||||
<button
|
||||
class="button"
|
||||
use:tooltip={isNavCollapsed ? project?.title : ''}
|
||||
on:click={(e) => {
|
||||
visible = popup.toggle();
|
||||
e.preventDefault();
|
||||
|
Loading…
Reference in New Issue
Block a user