diff options
Diffstat (limited to 'frontend/app/views/tile/forms/tile.constants.js')
| -rw-r--r-- | frontend/app/views/tile/forms/tile.constants.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/app/views/tile/forms/tile.constants.js b/frontend/app/views/tile/forms/tile.constants.js index d7dea31..273085c 100644 --- a/frontend/app/views/tile/forms/tile.constants.js +++ b/frontend/app/views/tile/forms/tile.constants.js @@ -64,6 +64,8 @@ export const CURSORS = [ export const MARQUEE_DIRECTIONS = [ { name: 'left', label: 'Left', }, { name: 'right', label: 'Right', }, + // { name: 'up', label: 'Up', }, + // { name: 'down', label: 'Down', }, ] export const UNITS = [ |
