Apply suggestions from code review
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
This commit is contained in:
@@ -8,7 +8,7 @@ let layer4;
|
||||
let circleLefts;
|
||||
let circleRights;
|
||||
|
||||
function show() {
|
||||
export function show() {
|
||||
let elem = loadingElem;
|
||||
|
||||
if (!elem) {
|
||||
@@ -47,7 +47,7 @@ function show() {
|
||||
}
|
||||
}
|
||||
|
||||
function hide() {
|
||||
export function hide() {
|
||||
const elem = loadingElem;
|
||||
|
||||
if (elem) {
|
||||
|
||||
Reference in New Issue
Block a user