mirror of
https://github.com/textmate/textmate.git
synced 2026-01-22 21:27:56 -05:00
Proper refresh when dropping files on text view
This commit is contained in:
@@ -2374,6 +2374,7 @@ static void update_menu_key_equivalents (NSMenu* menu, action_to_key_t const& ac
|
||||
flagNames.push_back(qualNames[i].name);
|
||||
}
|
||||
|
||||
AUTO_REFRESH;
|
||||
document::run(parse_drag_command(handler), document->buffer(), editor->ranges(), document, std::map<std::string, std::string>(), document::run_callback_ptr((document::run_callback_t*)new callback_t(handlerToFiles[handler->uuid()], text::join(flagNames, "|"))));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user