wrong rows countin in the editor
Opened this issue · 0 comments
nnaydenow commented
If I have hidden content the rows inside editors are wrongly counted
<!-- playground-hide -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sample</title>
</head>
<body>
<!-- playground-hide-end -->
<button>Mybutton</button>
<button>Mybutton</button>
<button>Mybutton</button>
<button>Mybutton</button>
<button>Mybutton</button>
<button>Mybutton</button>
<button>Mybutton</button>
<button>Mybutton</button>
<!-- playground-hide -->
<script type="module" src="main.js"></script>
</body>
</html>
<!-- playground-hide-end -->