Given a cursor pointing to a boolean node in my tree and a listener on it which listens for the update event, I can only get that event to trigger when setting the cursor to true. Setting the cursor to false works properly in that I can verify that the value is actually false, but the update event never triggers for that case.
I'm using version 2.3.3.
Edit: Never mind. This works as expected and I just misinterpreted the results.
Given a cursor pointing to a boolean node in my tree and a listener on it which listens for the
update
event, I can only get that event to trigger when setting the cursor totrue
. Setting the cursor tofalse
works properly in that I can verify that the value is actually false, but theupdate
event never triggers for that case.I'm using version 2.3.3.
Edit: Never mind. This works as expected and I just misinterpreted the results.