Дозаливка
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
/**
|
||||
* @param {boolean} showRelines
|
||||
*/
|
||||
|
||||
export const changeStylesForRelines = (showRelines) => {
|
||||
const $relineX = document.getElementById('reline1');
|
||||
const $relineY = document.getElementById('reline2');
|
||||
|
||||
$relineX.style.zIndex = showRelines ? 1001 : -1;
|
||||
$relineY.style.zIndex = showRelines ? 1000 : -1;
|
||||
};
|
||||
Reference in New Issue
Block a user