This commit is contained in:
Nastya 2024-01-07 18:39:04 +03:00
parent b013b254fe
commit 655aa422d9

@ -99,7 +99,7 @@ export default function QuizPreview() {
rndPositionAndSizeRef.current.y = d.y;
}}
onDragStart={(e, d) => {
e.preventDefault();
// e.preventDefault();
}}
enableResizing={{
topLeft: isPreviewShown,