-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
-Allowed the user to remove a compound input by clicking on any '.empty_cell' - Modified the auto-word behaviour: -- Previously, shifting to an already filled cell at the end of a word would automatically shift your word selection. Now, you must enter something into that cell. -- The same was the case with deleting a cell with auto-word enabled. Now, when deleting, you can only shift your word selection backwards if pressing delete at the very start of a word (if the cell if filled, you must delete it first, then press delete again). - A prior change that was made to auto-skip, whereby your cell focus would not shift anywhere if shifting from an unfilled cell into a filled cell (since there is nowhere to skip to), was problematic as you had to first fill the cell in order to shift to the next one. This has been changed. - Renamed 'toggleCompletionPopup' to 'displayCompletionPopup'. - Ensured that a new word is only skipped to when revealing it if the auto-word button is enabled. - Added 'display: none' to a number label (if present) when activating compound input, as it was visible when the compound input was active (modifying the z-index of '.compound' did not work, unfortunately).
- Loading branch information
1 parent
7746e1d
commit e34bd8a
Showing
2 changed files
with
67 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters