TF-3416 Update jmap-dart-client dependency

This commit is contained in:
dab246
2025-01-20 10:25:39 +07:00
committed by Dat H. Pham
parent b7b6b0f7fa
commit 4dded2a767
17 changed files with 25 additions and 30 deletions
+1 -6
View File
@@ -436,12 +436,7 @@ class HtmlUtils {
) {
try {
if (isFullScreen) {
final screenWidth = html.window.screen?.width;
final screenHeight = html.window.screen?.height;
final options = 'width=$screenWidth,height=$screenHeight';
html.window.open(url, '_blank', options);
html.window.open(url, '_blank');
html.Url.revokeObjectUrl(url);
return true;