Skip to content

Commit c526ea5

Browse files
committed
fix occasional selecting Accessibility
1 parent ddf9107 commit c526ea5

5 files changed

+7
-4
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## 2.39.4
22
### Bugfix
33
* fix init and resize of long prompt [#919](https://github.com/jcubic/jquery.terminal/issues/919)
4+
* fix occasional selecting Accessibility label (about clipboard textarea) in CMD
45

56
## 2.39.3
67
### Bugfix

css/jquery.terminal-src.css

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
overflow: hidden;
5151
position: absolute;
5252
white-space: nowrap;
53+
user-select: none;
5354
width: 1px;
5455
top: 0;
5556
left: 0;

css/jquery.terminal.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Copyright (c) 2011-2023 Jakub T. Jankiewicz <https://jcubic.pl/me>
1313
* Released under the MIT license
1414
*
15-
* Date: Sun, 07 Apr 2024 17:14:02 +0000
15+
* Date: Tue, 09 Apr 2024 17:11:45 +0000
1616
*/
1717
.terminal .terminal-output .format, .cmd .format,
1818
.cmd-prompt, .cmd-prompt div {
@@ -50,6 +50,7 @@
5050
overflow: hidden;
5151
position: absolute;
5252
white-space: nowrap;
53+
user-select: none;
5354
width: 1px;
5455
top: 0;
5556
left: 0;

css/jquery.terminal.min.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/jquery.terminal.min.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)