Skip to content

Commit

Permalink
Removed misleading comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
klausj committed Feb 7, 2022
1 parent d4b4882 commit e8e9ead
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion projects/speechrecorderng/src/lib/audio/ui/container.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ declare enum ResizeObserverBoxOptions {
position: relative; /* TODO container div position must not be 'static' (default) to act as reference for the canvases */
box-sizing: border-box;
transform: none;
overflow: hidden; /* Prevents Error in WebKit: ResizeObserver loop completed with undelivered notifications. */
overflow: hidden;
}`, `canvas{
top: 0;
left: 0;
Expand Down
2 changes: 1 addition & 1 deletion projects/speechrecorderng/src/lib/spr.module.version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION='2.21.7'
export const VERSION='2.21.8-alpha.0'

0 comments on commit e8e9ead

Please sign in to comment.