Risang Baskoro
Risang Baskoro
Any explanation on why the problem occurred? @TigselemaAlex
I believe you can do it using `->showZoomControl(false)` and `->draggable(false)` methods for now. What's the point in preventing zoom?
My implementation is to create another class that extends `nn.Module`. This class will work as STN. The purpose of this module is to output the `grid_sample` that the backbone has...
What is default for `MouseBindings` when the user, for example, set the `mouse.button = "Right"`?
I am thinking of modifying `generate_hint_bindings` in `ui_config.rs` to also push a `MouseBinding` to `Mouse` with the trigger being `HintMouse.button`. Something like: ```rust pub fn generate_hint_bindings(&mut self) { for hint...
Any hint on how you want the conflict to resolve if the `mouse.button` is already in default `MouseBindings`?
I apologize for asking this question. I am new to the codebase. What function that enables me to disable hint selection if the hint is triggered by a mouse button?...