1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

fix(UI): row mark not applied on first click

This commit is contained in:
2021-03-10 15:55:34 +01:00
parent b232a3bb5f
commit 25d72e3952
3 changed files with 2 additions and 4 deletions

View File

@ -245,8 +245,6 @@ export default {
const target = e.domEvent.target;
if (target.className.indexOf('ace_gutter-cell') === -1)
return;
if (!this.editor.isFocused())
return;
if (e.clientX > 25 + target.getBoundingClientRect().left)
return;