remove unused mode

This commit is contained in:
chfhtw
2026-04-13 11:45:50 +02:00
parent 3858e38a02
commit ebe76821e4
-1
View File
@@ -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',