Update PageMenu.tsx
This commit is contained in:
parent
d27e7dc249
commit
0a0536b438
1 changed files with 0 additions and 1 deletions
|
@ -105,7 +105,6 @@ function PageMenuContent({ onClose }: { onClose: () => void }) {
|
|||
|
||||
const handleDrop = React.useCallback(() => {
|
||||
if (dragId !== null && dropIndex !== null) {
|
||||
console.log('moving page', app.document.pages[dragId].name, dropIndex)
|
||||
app.movePage(dragId, dropIndex)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue