This commit is contained in:
Joao Moreno
2018-11-01 17:58:04 +01:00
parent 886d14cee2
commit 723ef6123e
2 changed files with 2 additions and 6 deletions

View File

@@ -212,8 +212,8 @@ export class ContextView extends Disposable {
around = {
top: realAnchor.y,
left: realAnchor.x,
width: realAnchor.width || 0,
height: realAnchor.height || 0
width: realAnchor.width || 1,
height: realAnchor.height || 2
};
}