Description:
when we right click the any row of the main table, a context menu will be popup, it has duplicate/rename operations, and each of them has a corresponding shortcut.
1) if we click the button in the context menu, the corresponding operation will be executed immediately(for example, rename)
2) if we try press ctrl+r to rename a row, nothing happen. until you right-click this row again, a rename window will be popup. <------------BUG HERE
Godot: v4.2 Plugin: v2.7( godot 4 branch)
Description: when we right click the any row of the main table, a context menu will be popup, it has duplicate/rename operations, and each of them has a corresponding shortcut. 1) if we click the button in the context menu, the corresponding operation will be executed immediately(for example, rename) 2) if we try press
ctrl+r
to rename a row, nothing happen. until you right-click this row again, a rename window will be popup. <------------BUG HERE