System Information
Operating system: Windows-10 64 Bits
Blender Version
Broken: version: 2.83 (sub 1), branch: master, commit date: 2020-01-29 00:11, hash: rB7642ee627ad8
Short description of error
In compositor/shader editor when trying to search for nodes, it gives back error.
Exact steps for others to reproduce the error
Go to compositor/shader editor and click on ⇧+A, search
Traceback (most recent call last):
File "C:\...\blender-2.83-7642ee627ad8-windows64\2.83\scripts\startup\bl_operators\node.py", line 241, in invoke
self.store_mouse_cursor(context, event)
File "C:\...\blender-2.83-7642ee627ad8-windows64\2.83\scripts\startup\bl_operators\node.py", line 70, in store_mouse_cursor
if context.region.type == 'WINDOW':
AttributeError: 'NoneType' object has no attribute 'type'
location: <unknown location>:-1