mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
remove unused mode
This commit is contained in:
@@ -4,7 +4,6 @@ import GridLogic from '../../composables/GridLogic.js';
|
||||
const MODE_IDLE = 0;
|
||||
const MODE_MOVE = 1;
|
||||
const MODE_RESIZE = 2;
|
||||
const MODE_MOUSE_DOWN = 3;
|
||||
|
||||
export default {
|
||||
name: 'Grid',
|
||||
|
||||
Reference in New Issue
Block a user