aboutsummaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authoramy <[email protected]>2023-02-22 21:05:23 -0600
committeramy <[email protected]>2023-02-22 21:05:23 -0600
commit1bb422555e58b25cef388b85304a4cb6c58ee92d (patch)
tree40c06f8d4f644f923b31bbf597a8379388426350 /html
parent4d63e95b903cd44186f9a20fcb95c11074896bd9 (diff)
scrollbars woogit add .
Diffstat (limited to 'html')
-rw-r--r--html/display.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/html/display.html b/html/display.html
index d971404..118a318 100644
--- a/html/display.html
+++ b/html/display.html
@@ -351,6 +351,8 @@
}
//
//if (sel == 'resize-s' || sel == 'resize-n' || ) {
+ if(null!=procs[uid] && null!=procs[uid].refresh)
+ procs[uid].refresh()
for (let iii = 0; iii != elem.parentElement.parentElement.parentElement.children.length; iii++) {
//console.log(elem.parentElement.parentElement.parentElement.children.item(iii).className)
if (elem.parentElement.parentElement.parentElement.children.item(iii).className == "content-root") {