fix #474 - formatting bug

This commit is contained in:
Kevin Jahns
2023-02-14 16:16:14 +01:00
parent e9189365ee
commit 1c999b250e
2 changed files with 7 additions and 4 deletions

View File

@@ -206,7 +206,6 @@ export const testDeltaBug = _tc => {
}
]
ytext.applyDelta(addingSpace)
debugger
const addingList = [
{
retain: 12
@@ -411,7 +410,6 @@ export const testDeltaBug = _tc => {
}
]
t.compare(result, expectedResult)
debugger
}
/**