Notify the tree when the container was probably resized.
This commit is contained in:
parent
898210065e
commit
7c289beba5
4 changed files with 32 additions and 1 deletions
|
@ -83,7 +83,7 @@
|
|||
</div>
|
||||
|
||||
<!-- Tree View itself -->
|
||||
<div id="image-history-container"></div>
|
||||
<div id="image-history-container" onresize="tree.notifyResized()"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Reference in a new issue