Editor error with EditBox

Cocos Creator version 3.8.2.
I have a scene with some EditBox. First open editor everything ok. After a few works, like edit scene or change some script, Editor start raise error:

[Scene] Cannot read property 'node' of null 
TypeError: Cannot read property 'node' of null 
    at EditBoxImpl.update (E:\cocos-dashboard-editors\Creator\3.8.2\resources\resources\3d\engine\bin\.cache\dev\editor\bundled\index.js:248615:39) 
    at EditBox.update (E:\cocos-dashboard-editors\Creator\3.8.2\resources\resources\3d\engine\bin\.cache\dev\editor\bundled\index.js:248072:24) 
    at eval (E:\cocos-dashboard-editors\Creator\3.8.2\resources\resources\3d\engine\bin\.cache\dev\editor\bundled\index.js:49057:29) 
    at ReusableInvoker.eval [as _invoke] (E:\cocos-dashboard-editors\Creator\3.8.2\resources\resources\3d\engine\bin\.cache\dev\editor\bundled\index.js:48878:9) 
    at ReusableInvoker.invoke (E:\cocos-dashboard-editors\Creator\3.8.2\resources\resources\3d\engine\bin\.cache\dev\editor\bundled\index.js:49037:18) 
    at ComponentScheduler.updatePhase (E:\cocos-dashboard-editors\Creator\3.8.2\resources\resources\3d\engine\bin\.cache\dev\editor\bundled\index.js:49252:30) 
    at Director.tick (E:\cocos-dashboard-editors\Creator\3.8.2\resources\resources\3d\engine\bin\.cache\dev\editor\bundled\index.js:15960:35) 
    at EngineManager.tickInEditMode (E:\cocos-dashboard-editors\Creator\3.8.2\resources\app.asar\builtin\scene\dist\script\3d\manager\engine\index.ccc:1:3077) 
    at EngineManager._tick (E:\cocos-dashboard-editors\Creator\3.8.2\resources\app.asar\builtin\scene\dist\script\3d\manager\engine\index.ccc:1:4128) 

I can ignore it and run ok. But it really annoys, editor log show it every times I do anything (even every mouse move in gam scene)