1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-07-15 01:25:00 +02:00

Feature/eval template (#651)

* Refactored use of eval

* Disable unstable unit test
This commit is contained in:
Tim Voronov
2021-09-07 16:33:30 -04:00
committed by GitHub
parent 5f361e9e1b
commit e4e98830a0
75 changed files with 1935 additions and 1778 deletions

View File

@ -39,5 +39,5 @@ func ScrollBottom(ctx context.Context, args ...core.Value) (core.Value, error) {
}
}
return values.None, doc.ScrollBottom(ctx, opts)
return values.True, doc.ScrollBottom(ctx, opts)
}