According to the instruction, Close will clear the current search record and initialize all tabs on the right to their initial state.
Therefore, since only the current search record is cleared, the Last Search function should be able to call and will return the last search record right?
For example,
keyword(apple)
keyword(orange)
call function "Close" -> the current search record is cleared
call function "Last Search" -> keyword(apple)
According to the instruction, Close will clear the current search record and initialize all tabs on the right to their initial state.
Therefore, since only the current search record is cleared, the Last Search function should be able to call and will return the last search record right?
For example, keyword(apple) keyword(orange) call function "Close" -> the current search record is cleared call function "Last Search" -> keyword(apple)