mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
fix test=1 flag
This commit is contained in:
parent
06b6fd4a3d
commit
372ea62033
2
node_modules/ace_tree/lib/ace_tree/virtual_renderer.js
generated
vendored
2
node_modules/ace_tree/lib/ace_tree/virtual_renderer.js
generated
vendored
@ -536,7 +536,7 @@ var VirtualRenderer = function(container, cellWidth, cellHeight) {
|
||||
var height = this.provider.getTotalHeight() + headingHeight;
|
||||
var maxHeight = this.getMaxHeight
|
||||
? this.getMaxHeight()
|
||||
: this.$maxLines * this.provider.rowHeight + headingHeight
|
||||
: this.$maxLines * this.provider.rowHeight + headingHeight;
|
||||
var desiredHeight = Math.max(
|
||||
(this.$minLines || 1) * this.provider.rowHeight + headingHeight,
|
||||
Math.min(maxHeight, height)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user