Remove final hashcode that is replaced by quiver functionality

pull/87/head
Miller Adulu 4 years ago
parent df8cfa437f
commit 9c1c374704
  1. 2
      lib/models/quill_delta.dart

@ -299,7 +299,7 @@ class Delta {
}
@override
int get hashCode => hashcode.hashObjects(_operations);
int get hashCode => hashObjects(_operations);
/// Retain [count] of characters from current position.
void retain(int count, [Map<String, dynamic>? attributes]) {

Loading…
Cancel
Save