hide bottomweb

This commit is contained in:
Luc Mcgrady 2025-09-03 23:40:37 +01:00
parent 2e0a75ed83
commit d775efcb06
No known key found for this signature in database
GPG key ID: 4F3D7A0B17CC3D9C

View file

@ -1288,6 +1288,7 @@ class SvelteReviewer(Reviewer):
self.web.eval("_blockDefaultDragDropBehavior();") self.web.eval("_blockDefaultDragDropBehavior();")
# ensure bottom web functions trigger # ensure bottom web functions trigger
self.bottom.web = self.web self.bottom.web = self.web
self.mw.bottomWeb.hide()
# if the last element is a comment, then the RUN_STATE_MUTATION code # if the last element is a comment, then the RUN_STATE_MUTATION code