Skip to content

Commit

Permalink
fix occasional selecting Accessibility
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Apr 9, 2024
1 parent ddf9107 commit c526ea5
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
@@ -1,6 +1,7 @@
## 2.39.4
### Bugfix
* fix init and resize of long prompt [#919](https://github.com/jcubic/jquery.terminal/issues/919)
* fix occasional selecting Accessibility label (about clipboard textarea) in CMD

## 2.39.3
### Bugfix
Expand Down
1 change: 1 addition & 0 deletions css/jquery.terminal-src.css
Expand Up @@ -50,6 +50,7 @@
overflow: hidden;
position: absolute;
white-space: nowrap;
user-select: none;
width: 1px;
top: 0;
left: 0;
Expand Down
3 changes: 2 additions & 1 deletion css/jquery.terminal.css
Expand Up @@ -12,7 +12,7 @@
* Copyright (c) 2011-2023 Jakub T. Jankiewicz <https://jcubic.pl/me>
* Released under the MIT license
*
* Date: Sun, 07 Apr 2024 17:14:02 +0000
* Date: Tue, 09 Apr 2024 17:11:45 +0000
*/
.terminal .terminal-output .format, .cmd .format,
.cmd-prompt, .cmd-prompt div {
Expand Down Expand Up @@ -50,6 +50,7 @@
overflow: hidden;
position: absolute;
white-space: nowrap;
user-select: none;
width: 1px;
top: 0;
left: 0;
Expand Down
4 changes: 2 additions & 2 deletions css/jquery.terminal.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/jquery.terminal.min.css.map

Large diffs are not rendered by default.

0 comments on commit c526ea5

Please sign in to comment.