Custom Titlebar - Cannot Drag the Window #5886
Answered
by
FabianLars
egebilecen
asked this question in
Q&A
-
Hello all. I am trying to create an application with custom title bar. I have followed this guide but I am unable to make the application draggable. I have added |
Beta Was this translation helpful? Give feedback.
Answered by
FabianLars
Dec 21, 2022
Replies: 1 comment 2 replies
-
2 things that should make it work:
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
egebilecen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
2 things that should make it work:
document.addEventListener('click', console.log)
) -> this is because otherwise the buttons inside the element would not work anymore for example.