Skip to content

Commit

Permalink
fix(Side panel): remove drag region (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
yadPe authored Apr 5, 2021
1 parent 45f55a1 commit 9ea814e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/App/modules/common/NavPanel/SidePanel/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ import VolumeControl from './VolumeControl';
import TasksControl from './TasksControl';
import PlayOsu from './PlayOsu';
import config from '../../../../../shared/config';
import { getDragRegion } from '../../../../helpers/css.utils';
import MusicPlayer from './MusicPlayer';

const styles = {
SidePanel: {
...getDragRegion(),
cursor: 'default',
userSelect: 'none',
display: 'flex',
Expand Down

0 comments on commit 9ea814e

Please sign in to comment.