Dorbmon
Dorbmon
When I entered the "-" button to insert a separate line and call `notusMarkdown.encode(_controller.document.toDelta())` to get the raw markdown text.I got this error: ``` ════════ Exception caught by foundation library...
无法输入登录密码
现在只能使用软键盘输入。
Now we have world2screen, it would be nicer if we have a screen2world! :)
完善了一下setState前的判断。防止出现异常.
For more detailed controll,I think a controller should be built.
in [BLEAdvertiserModule.java, ](https://github.com/vitorpamplona/react-native-ble-advertiser/blob/3c1a54d89cef90f78501376e50f27f52ff150dd8/android/src/main/java/com/vitorpamplona/bleadvertiser/BLEAdvertiserModule.java#L260) We have code : ``` if (manufacturerPayload == null) filters = null; if (manufacturerPayload != null) filters.add(new ScanFilter.Builder().setManufacturerData(companyId, toByteArray(manufacturerPayload)).build()); if (uid != null) filters.add(new ScanFilter.Builder().setServiceUuid(ParcelUuid.fromString(uid)).build()); ``` And...
Thanks for your great work. I wonder if there is any way to remove a existing document from the graph?