webspace-sdk / webspace-engine

Webspace Engine
Mozilla Public License 2.0
61 stars 9 forks source link

script tags should be ignored in dom flush #10

Open gfodor opened 1 year ago

gfodor commented 1 year ago

if you have script tags in the DOM, this is useful for various hacks, but the engine is adding ids to them. it should skip doing that for any tag type it doesn't recognize.