Skip to content

Commit

Permalink
Enable wasm fonts engine in mobile devices
Browse files Browse the repository at this point in the history
  • Loading branch information
K0R0L committed Jul 10, 2024
1 parent 1d1498a commit 9f1321c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions common/libfont/loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,6 @@
}
}

// отключаем wasm для мобильных
if (useWasm && (AscCommon.AscBrowser.isAppleDevices || AscCommon.AscBrowser.isAndroid))
useWasm = false;

var engine_name_ext = useWasm ? ".js" : "_ie.js";
var _onSuccess = function(){
};
Expand Down

0 comments on commit 9f1321c

Please sign in to comment.