web-request-rpc
Advanced tools
+5
-0
| # web-request-rpc ChangeLog | ||
| ## 2.0.1 - 2022-11-09 | ||
| ### Fixed | ||
| - Mark inline dialog and iframe as unselectable to avoid chromium focus bug. | ||
| ## 2.0.0 - 2022-06-13 | ||
@@ -4,0 +9,0 @@ |
+1
-1
| { | ||
| "name": "web-request-rpc", | ||
| "version": "2.0.0", | ||
| "version": "2.0.1", | ||
| "description": "Web Request RPC", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -29,2 +29,4 @@ /*! | ||
| overflow: 'hidden', | ||
| // prevent focus bug in chrome | ||
| 'user-select': 'none', | ||
| 'z-index': 1000000 | ||
@@ -72,3 +74,5 @@ }); | ||
| padding: 0, | ||
| 'flex-grow': 1 | ||
| 'flex-grow': 1, | ||
| // prevent focus bug in chrome | ||
| 'user-select': 'none' | ||
| }); | ||
@@ -75,0 +79,0 @@ |
43014
0.57%1137
0.35%