Add a couple of FIXMEs
This commit is contained in:
@@ -17,6 +17,8 @@ func (d *Driver) Dialogues() []string {
|
||||
func (d *Driver) ShowDialogue(locator string) error {
|
||||
for _, dialogue := range d.dialogues {
|
||||
if dialogue.Locator == locator {
|
||||
|
||||
// FIXME: we should unhover and mouseup the non-dialogue elements
|
||||
d.activeDialogue = dialogue
|
||||
|
||||
return nil
|
||||
|
Reference in New Issue
Block a user