Skip to content

Commit

Permalink
remove DnD for buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeny Metelkin committed Nov 17, 2023
1 parent 569bf9c commit 1c24b0c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
# TODO list

- not to display output.log
- dot files visualization
- hot keys for InfoPage
- switch monaco themes
- nice css styles
- support of smartphones
- load files with full path
- dot files visualization
- use JSZip for storing in localStorage
? автоподсказки в heta syntax
- extend info modal
? not to display output.log
? autocomplete in heta syntax
? Matlab highliting support
? console at the bottom
? file content manager

## Errors

- No schema request service available

2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Heta compiler online</title>
</head>
<body>
<body ondragstart="return false;">
<!-- The Modal -->
<div id="modalDiv" class="w3-modal">
<div class="w3-modal-content">
Expand Down

0 comments on commit 1c24b0c

Please sign in to comment.