diff --git a/src/nostalgia/modules/core/src/studio/paletteeditor/paletteeditor-imgui.cpp b/src/nostalgia/modules/core/src/studio/paletteeditor/paletteeditor-imgui.cpp index 7a4882a6..f197f1c1 100644 --- a/src/nostalgia/modules/core/src/studio/paletteeditor/paletteeditor-imgui.cpp +++ b/src/nostalgia/modules/core/src/studio/paletteeditor/paletteeditor-imgui.cpp @@ -49,7 +49,7 @@ PaletteEditorImGui::PaletteEditorImGui(studio::StudioContext &sctx, ox::StringPa } void PaletteEditorImGui::keyStateChanged(turbine::Key key, bool down) { - if (!down) { + if (!down || m_pageRename.isOpen()) { return; } if (key >= turbine::Key::Num_1 && key <= turbine::Key::Num_9) {