fixing the resizable div

This commit is contained in:
paul
2025-03-06 19:20:40 +05:30
parent f3cd37b1f9
commit 2898bdd817
6 changed files with 100 additions and 25 deletions

View File

@@ -344,6 +344,8 @@ export class TkinterBase extends Widget {
*/
load(data, callback=null){
// TODO: call the base widget
if (Object.keys(data).length === 0) return // no data to load
data = {...data} // create a shallow copy
@@ -412,6 +414,7 @@ export class TkinterBase extends Widget {
})
}