1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-24 00:35:20 +03:00

Validation Fix

This commit is contained in:
Andi Kanzler 2023-11-15 08:55:58 -03:00
parent 412961c5b4
commit 23a6a01143
3 changed files with 35 additions and 26 deletions

View file

@ -1,7 +1,6 @@
/*global $*/
'use strict';
const { ColorManagement } = require("three");
function checkChromeRuntimeError() {
if (chrome.runtime.lastError) {