79825033

Date: 2025-11-20 01:48:31
Score: 0.5
Natty:
Report link

In my case immediately after creating instance of editor like

const editor = ace.edit(container, {
  animatedScroll: false,
});

I had to add

editor.renderer.setPadding(0);
editor.renderer.setScrollMargin(0, 0, 0, 0);

only that helped

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: stopsopa