Skip to content

Commit

Permalink
0.3.1 - Tab Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Elschnagoo committed Jul 31, 2023
1 parent 89690bc commit d9ab831
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/layouts/TabLayout/components/TabBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ const TabBar: React.FC<{ c: TabBarProps }> = function (prop) {

const id = e.dataTransfer.getData('id');
const type = e.dataTransfer.getData('type') as WCMode;
console.log('onDrop', id, type, target, position);
moveTab(id, type, target, position);
};

Expand Down

0 comments on commit d9ab831

Please sign in to comment.