mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-14 10:35:11 +00:00
@@ -4,6 +4,13 @@
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.2.0-beta.7] - 2023-07-01
|
||||
|
||||
### Fixed
|
||||
- Fixed terminal not working (regression in 2.2.0-beta.6, [support#1130]).
|
||||
|
||||
[support#1130]: https://github.com/pybricks/support/issues/1130
|
||||
|
||||
## [2.2.0-beta.6] - 2023-06-30
|
||||
|
||||
### Changed
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pybricks/pybricks-code",
|
||||
"version": "2.2.0-beta.6",
|
||||
"version": "2.2.0-beta.7",
|
||||
"license": "MIT",
|
||||
"author": "The Pybricks Authors",
|
||||
"repository": {
|
||||
|
||||
@@ -243,8 +243,8 @@ const Terminal: React.FunctionComponent = () => {
|
||||
<source src={BELL_SOUND} />
|
||||
</audio>
|
||||
<div className="pb-terminal-bell-overlay" ref={bellOverlayRef} />
|
||||
<ResizeSensor onResize={(): void => fitAddon.fit()}>
|
||||
<div ref={terminalRef} className="h-100" />
|
||||
<ResizeSensor targetRef={terminalRef} onResize={(): void => fitAddon.fit()}>
|
||||
<div ref={terminalRef} className="h-100 pb-focus-managed" />
|
||||
</ResizeSensor>
|
||||
</ContextMenu>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user