fixing the resizable div
This commit is contained in:
@@ -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 {
|
||||
})
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user