don-tnowe / godot-resources-as-sheets-plugin

I needed to edit many Resource files, so figured someone would too.
MIT License
484 stars 20 forks source link

[Bug][4.x] shoutcut of row operation won't be executed immediately #39

Closed JustusPan closed 11 months ago

JustusPan commented 12 months ago

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