fixed split drag n drop
This commit is contained in:
@@ -162,7 +162,7 @@ void NotebookPage::dragEnterEvent(QDragEnterEvent *event)
|
|||||||
if (!event->mimeData()->hasFormat("chatterino/split"))
|
if (!event->mimeData()->hasFormat("chatterino/split"))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (isDraggingSplit) {
|
if (!isDraggingSplit) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user