mirror of
https://github.com/Insality/druid.git
synced 2025-06-27 10:27:47 +02:00
fix link
This commit is contained in:
parent
d2b617a14f
commit
52ffca53e3
@ -3,7 +3,7 @@
|
|||||||
Welcome to the Druid FAQ! Here are answers to some common questions you may have:
|
Welcome to the Druid FAQ! Here are answers to some common questions you may have:
|
||||||
|
|
||||||
### Q: How do I remove a Druid component instance?
|
### Q: How do I remove a Druid component instance?
|
||||||
**A:** To remove a created Druid component, use the `druid:remove` function. You can find more information in the [API reference](https://insality.github.io/druid/modules/druid_instance.html#druid:remove).
|
**A:** To remove a created Druid component, use the `druid:remove` function. You can find more information in the [API reference](https://insality.github.io/druid/modules/DruidInstance.html#remove).
|
||||||
|
|
||||||
### Q: How does Druid process input?
|
### Q: How does Druid process input?
|
||||||
**A:** Input processing in Druid follows a Last-In-First-Out (LIFO) queue. Buttons added later have higher priority than those added earlier. To ensure correct button behavior, place your buttons from back to front in most cases.
|
**A:** Input processing in Druid follows a Last-In-First-Out (LIFO) queue. Buttons added later have higher priority than those added earlier. To ensure correct button behavior, place your buttons from back to front in most cases.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user