mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
fixed split drag n drop
This commit is contained in:
parent
c8c9057b1e
commit
8ad2007d96
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ void NotebookPage::dragEnterEvent(QDragEnterEvent *event)
|
|||
if (!event->mimeData()->hasFormat("chatterino/split"))
|
||||
return;
|
||||
|
||||
if (isDraggingSplit) {
|
||||
if (!isDraggingSplit) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue