From 9ea814ef320a34e0ba7334e057678c25cb2ff665 Mon Sep 17 00:00:00 2001 From: Yannis Petitot <46972108+yadPe@users.noreply.github.com> Date: Mon, 5 Apr 2021 12:52:39 +0200 Subject: [PATCH] fix(Side panel): remove drag region (#366) --- src/App/modules/common/NavPanel/SidePanel/index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/App/modules/common/NavPanel/SidePanel/index.js b/src/App/modules/common/NavPanel/SidePanel/index.js index c94daa34..2c180f30 100644 --- a/src/App/modules/common/NavPanel/SidePanel/index.js +++ b/src/App/modules/common/NavPanel/SidePanel/index.js @@ -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',