Matrix quick link buttons in Property Panel trigger errors when clicked
Created by: DolphinDream
The nodes that have quick links (matrix, vertices etc) if these buttons are clicked in the PP it generates an error. Perhaps these should be only displayed in the node and not in the PP. The code that draws the UI components of a node in the PP should probably look at the context and not display these quick link buttons if the context is PP

Here’s a possible location (as per @Durman) were the context could be checked: https://github.com/nortikin/sverchok/blob/fe5a27fc21a7ca3242215a9ef8751c2c76bfbc93/core/sockets.py#L1235-L1249