lnyan commited on
Commit
327c935
1 Parent(s): bb89ebf

Remove all shadowRoot

Browse files
Files changed (1) hide show
  1. index.html +1 -0
index.html CHANGED
@@ -166,6 +166,7 @@ async def upload_func(event):
166
  base.buffer[yo:yo+h,xo:xo+w,0:3]=arr[:,:,0:3]
167
  base.buffer[yo:yo+h,xo:xo+w,-1]=arr[:,:,-1]
168
  base.draw_buffer()
 
169
 
170
 
171
 
 
166
  base.buffer[yo:yo+h,xo:xo+w,0:3]=arr[:,:,0:3]
167
  base.buffer[yo:yo+h,xo:xo+w,-1]=arr[:,:,-1]
168
  base.draw_buffer()
169
+ base.canvas[-2].clear()
170
 
171
 
172